Skip to content

mnovosad1095/book_suggester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

book_suggester


Book Suggester is an app in development, made for all bored readers, who want to find some new popular books with prefered pages count for themselfs.


Who should use it?

Everyone who enjoys reading popular bestsellers ;)


APIs used:

  • New-York Times API
  • Google Books API

How to use it?

In folder app you can find a python module, called ranker.py. RankCrawler is class, which finds the best books, based on charts. You have to pass it minimum and maximum number of pages you want, and it will try to find matching ones. Also you can start whole app, using app.py module