This project is a script that download Book to Scrape website datas with Beautifulsoup.
The datas downloaded are pictures in jpg format and csv files, one by categories.
From your terminal, enter the following commands :
On Mac & Linux :
- $ python -m venv env
- $ source env/bin/activate
On Windows :
- py -m venv env
- .\env\Scripts\activate
To access the script download it from GitHub or enter the following command :
Once the environment is activated (the environment directory name will be between parenthesis) and the project is cloned, install the necessary packages :
- $ pip install requirement.txt
To start the script :
- $(env) python Scrape.py