Skip to content

sandipbgt/goodreads-quotes-api

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

goodread-quotes-api

REST api to view and send daily quote as SMS from goodreads.com using goodreads_quotes lilbrary.

The api is live at: http://goodreads-quotes-api.herokuapp.com

Installation

$ git clone https://github.com/sandipbgt/goodreads-quotes-api.git
$ cd goodreads-quotes-api
$ pip install -r requirements.txt
$ gunicorn app:app

API Usage

GET: http://goodreads-quotes-api.herokuapp.com/api/quote/daily

Description: Returns quote of the day

GET: http://goodreads-quotes-api.herokuapp.com/api/quote/popular

Description: Returns popular quotes of the day

POST: http://goodreads-quotes-api.herokuapp.com/api/quote/daily/send

Description: Send quote of the day as SMS using Twilio API

Params:

  • account_sid: Twilio API account sid
  • auth_token: Twilio API auth token
  • to_phone: Phone number to send sms
  • from_phone: Your Twilio phone number

Contributing

Feel free to submit a pull request or an issue!

About

REST api to view and send daily quote as SMS from goodreads.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages