Skip to content

Repository of python based web scrapers for numerous websites.

Notifications You must be signed in to change notification settings

smash-96/Scrapers

Repository files navigation

Scrapers

Setup

All of the scrapers used in this repository uses the selenium with python and the chromedriver to scrape data from the websites. The extracted data is thn stored in either csv files or in a mysql database. The following are required to run these locally:

  1. Python

  2. Google Chrome

  3. Chromedriver

Make sure the version of chrome and chromedriver are in sync.

The selenium package can be installed by typing pip3 install selenium after installing python.

Website's list

The following is the list of websites whose scraper can be found in this repository:

End!

About

Repository of python based web scrapers for numerous websites.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages