Tweets lines from movies, one at a time, in order.
## Prerequisites
- Download quotes for the movie you want your bot to tweet:
./crawler/crawl-movie-quotes.sh -t 'Animal Crackers'
- Create a Twitter account for your bot.
- Create a Twitter "app" for your bot. Doing so gives you keys your bot will need, to use the Twitter API. https://apps.twitter.com/app/new
- Set environment variables as illustrated in
setenvs.example.sh
- Run it:
node movie-quote-tweet-bot.js
- @SingerTravis - Annie Hall and Taxi Driver, alternating
- @rebelwithoutca1 - Rebel Without a Cause
- @liquidskybot - Liquid Sky
## Credits
Thanks to http://www.quodb.com for providing an easy way to get movie quotes.