On the main branch master they are a base scraper to scan websites. Each other branch, is an scraper with specific purpose.
Implemented in python.
As Python is cross-platform, it can be run on Windows, Linux-based or Mac systems. The only thing you need to have installed is python3.
The dependencies are in the requirements.txt file.
If you use virtualenv you need to create/activate it first.
Them, you can install the dependencies using pip as follows:
pip install -r requirements.txtNOTE: We recommend use
venvto your python projects.
Define your own scrapers by inherit from the Scraper class, it provide some useful functionalities.