A reminder of quotes worth sharing.
Why?
At school, just after classes began, we had a 5 minute reminder with a thoughtful quote of the day. This does the same by sharing a list of crowdsourced quotes, once a day to Twitter. Everyone has a list of quotes they love and hence if you don't already find your favorite(s), send in a PR to add yours.
How can I add my favorite quotes?
Send one anonymously here
How do I follow these reminders?
Follow on Twitter
How do I run my own copy of this?
- Clone the project
- Set a google spreadsheet with your quotes with
who
,what
keys. - Create a Twitter app and get these variables,
TWITTER_CONSUMER_KEY, TWITTER_CONSUMER_SECRET, TWITTER_TOKEN_KEY, TWITTER_TOKEN_SECRET
- Create a Heroku account and
git push heroku master
. Set the ENVs above for your Heroku app.