Skip to content

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

Notifications You must be signed in to change notification settings

DouglasVolcato/web-scrapping-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-scrapping-helper

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.

How to use

  • 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.

Installing

pip install selenium-wire

Running

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

Languages