tQuotes

A library to get quotes from www.goodread.com.


Keywords
python3
License
MIT
Install
pip install tQuotes==0.0.4

Documentation

Tiny Quotes

A small library to get quotes from GoodReads and maybe another websites later, maybe not.

To generate a new version of the package, change the version number in the setup.py file and run the following commands:

$ python3 setup.py sdist 
$ twine upload dist/[Filename]

Usage

pip install tQuotes
from quotes import good_reads

message = good_reads.generate_quote()
print(message)

Reference: