Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.18 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.18 KB

Book Scraper 📘📖

  • This is a command-line application for an automatic collection of books details on Z-Library website.

  • The user should provide a search keyword, then the details of the books that appear on the website will be collected and stored in output.csv.

  • The search keyword can be a book title, author, ISBN, or publisher.

  • Collected books details include: 'title', 'author(s)', 'year', 'edition', 'publisher', 'language', 'pages', 'category(s)', 'ISBN 13' and 'rating'


How to run this application

run book_scraper.py from the command line after providing the search keyword

python book_scraper.py "search keyword"

Example

python book_scraper.py "Data Science"

Author