wasi0013 / GQtr

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Python 100.0%