Python Script to fetch book information from goodreads and make a post
any keywords must work and spelling mistakes are ignored as it uses gr's search querry for searching books
- gets title book
- gets authors of book. (also works on books with multiple authors)
- gets rating of book
- adds star emoji to post according to rating
- downloads and saves cover images of book
- lxml parser
- beautiful soup
- requests library
this script is implemented as telegram bot checkout https://t.me/BookferenceBot
what else do you want this script to do ?? (pull request to readme file add suggestions below)
- write to text file
- ?? (edit your suggestion here and pull request)