Skip to content

Scraping Books: Utilisez les bases de Python pour l'analyse de marché

Notifications You must be signed in to change notification settings

coyote95/projet_2_oc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 2 (Openclassrooms): Scrapping Books online

Website scraping: http://books.toscrape.com/

Retrieval of book data from each category into a CSV file.

Creation of an 'images' directory containing book images grouped into subdirectories based on their category names.

Installation

Install project with powershell windows:

    python -m venv env
    env\Scripts\activate
    git clone https://github.com/coyote95/projet_2_oc.git
    pip install -r requirements.txt
    python main.py

choice of the number of categories scrapping

If you don't want to scrap all categories, so change in "main.py" the line 14 and 15 with the first and last category that you want.

selection_rubrique

About

Scraping Books: Utilisez les bases de Python pour l'analyse de marché

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages