About
quote
is a python wrapper for the Goodreads Quote API, powered by gazpacho.
Quickstart
quote
is simple to use:
from quote import quote
search = 'Jasper Fforde'
result = quote(search, limit=2)
print(result)
quote
can also be used as a command line tool:
>>> max@mbp % quote 'alain de botton'
People only get really interesting when they start to rattle the bars of their cages.
>>> max@mbp % quote --search='alain de botton'
Intimacy is the capacity to be rather weird with someone - and finding that that's ok with them.
Install
pip install -U quote
Contribute
For feature requests or bug reports, please use Github Issues