Scrapping scripts for specific websites.
Note: Replace
SCRAPPING_PROJECTby the desired subdirectory of this repository.
cd SCRAPPING_PROJECT
python3.8 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# Read the docstring at the top of each python script to know how to run each scrapper.
# ...
deactivateDownload Selenium IDE for Firefox.
Open Selenium IDE plugin in Firefox browser.
If the project has a file with .side extension, you can load it into Selenium IDE.