Skip to content

Projet #2 de la Formation Python d'OpenClassrooms. Ce concentre principalement sur les bases des de Python, les requêtes HTTP et le scrapping de données.

Notifications You must be signed in to change notification settings

Myryos/Books_Scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p2_092022_Python

Presentation

This is my project #2 from my "Application Developer - Python" project at Openclassrooms

VENV

In the repo use the following command:

python3 -m venv <name_of_your_venv>

then activate it :

source  <name_of_your_venv>/bin/activate

How To Install

Use the following command:

pip install -r requirements.txt

How To Run

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

Website

If you want to see where the data comes from, here is the site : 👉Click Here👈

About

Projet #2 de la Formation Python d'OpenClassrooms. Ce concentre principalement sur les bases des de Python, les requêtes HTTP et le scrapping de données.

Topics

Resources

Stars

Watchers

Forks

Languages