- implement the feature needed to parse the given website
- [ ]
For the moment the only doc in the project are :
- main.py, used as the main "node" of the project
- README.md, that offer the most important information on the project
Web scraper made with python that collect images or others specific elements from a given website
For this project I use the Beatiful Soup librairy, to install it I use the following command line
pip install beautifulsoup4
I also use the lxml librairy for processing XML and HTML, to install it I use the following command line
pip install lxml