Skip to content
/ GQtr Public

fetches quotes from https://goodreads.com/ according to tags & post random quotes on twitter

License

Notifications You must be signed in to change notification settings

wasi0013/GQtr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GQtr

parses https://goodreads.com/ to get quotes using tags

Installation:

Dependencies:

install them using pip install -r requirements.txt

Usage:

  • get a random quote: python gqtr.py <tag>

  • getting a certain number of quotes(if available): python gqtr.py <tag> <number of quotes (optional)>

  • for getting all quotes for the specified tag: python gqtr.py <tag> all

  • for posting random tweets using twitter account use gqtweet.py

Releases

No releases published

Packages

No packages published

Languages