This is my project #2 from my "Application Developer - Python" project at Openclassrooms
In the repo use the following command:
python3 -m venv <name_of_your_venv>
then activate it :
source <name_of_your_venv>/bin/activate
Use the following command:
pip install -r requirements.txt
To run the scrapper, use one of these following commands (at least python3.7):
python bookScrap.py
or
python3 bookScrap.py
or
python3.x bookScrap.py
If you want to see where the data comes from, here is the site : 👉Click Here👈