Skip to content

This project is a script that download Book to Scrape website data with Beautifulsoup.

Notifications You must be signed in to change notification settings

NathanBnvn/Projet_02_BookScraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This project is a script that download Book to Scrape website data with Beautifulsoup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages