Skip to content

A Python module to fetch popular quotes and quote of the day from goodreads.com

Notifications You must be signed in to change notification settings

the-reasor/goodreads-quotes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goodreads-quotes

A Python module to fetch popular quotes and quote of the day from Goodreads page.

Dependencies

This package depends on the following packages:

  • requests
  • lxml
  • u

They can be installed using pip.

sudo pip install -r requirements.txt

Installation

sudo pip install goodreads_quotes

Getting Started

from goodreads_quotes import Goodreads

print(Goodreads.get_popular_quotes())
print(Goodreads.get_popular_quotes_as_json())
print(Goodreads.get_daily_quote())
print(Goodreads.get_daily_quote_json())

Features

  • Popular quotes
  • Daily quote

Contribution

Feel free to create a Github issue. Also, you are more than welcome to submit a pull request for a bug fix or additional feature.

License

MIT License

About

A Python module to fetch popular quotes and quote of the day from goodreads.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%