Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.16 KB

File metadata and controls

36 lines (22 loc) · 1.16 KB

Projet_02_BookScraping

openclassrooms-project

Introduction

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.

alt text

Install and activate virtual environment

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

Download and install the project

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

Launch the project

To start the script :

  • $(env) python Scrape.py