Python book scrapin app
Python book scrapping is an app used to parse throught a the website http://books.toscrape.com/ to extract all the date for building a csv file for each book's category. It can also extract all the main image from the book info's page.
Python 3.8.5
To start this project, you need to :
- clone the repo from this page.
- if you want to running the app on a virtual environnment, create it and launch it after installing packages :
python -m venv env
source env/bin/activate
pip install -r requirements.txt
- launch the app with python
If they are not already installed on your system, you need to install all the package mentionned in requierement.txt :
pip install <package-name>
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Dimitri hoareau - https://twitter.com/dimitriHoareau1 - dimitrihoareau2@gmail.com
Project Link: https://github.com/dimitri-hoareau/P02_scraper/