DouglasVolcato/web-scrapping-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a helper for complex and authenticated web scrapings that listens to all requests made by the browser while getting the content of a website. It makes it easier to view and navigate through the requests and responses made by the browser as well as the authentication process.

  • Change the callback function in the main.py file in order to navigate to the website page you want to scrape.
  • View the requests and responses made by the browser inside the txt files in tmp/logs folder, they follow the same order as they were made.
pip install selenium-wire
python main.py

About

This is a helper for complex and authenticated web scrapings that listens to all requests made by the browser while getting the content of a website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published