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
$ git clone https://github.com/sandipbgt/goodreads-quotes-api.git
$ cd goodreads-quotes-api
$ pip install -r requirements.txt
$ gunicorn app:appGET: 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 sidauth_token: Twilio API auth tokento_phone: Phone number to send smsfrom_phone: Your Twilio phone number
Feel free to submit a pull request or an issue!