Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 323 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 323 Bytes

Python scrapper with requests and beautifulsoup4 for the page books.toscrape.com as a learning project. It works as a cli app, read the instructions with the -h flag "python3 books.py -h".

Example of ussage: "python3 books.py -p 10 20 2" it will scrapp all the books from the page 10 to the page 20 with steps of 2 pages.