/goodreads-quotes

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

Primary LanguagePython

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