This is a command-line interface twitter bot that can search and respond to tweets from the Twitter API.
- Return the most recent tweets containing certain string values or hashtag:
Bot.search_words "#hashtag"
- Send tweets by adding pre-populated tweets to the database, then running:
Bot.find_user n, "#hashtag"
, where n is the number of tweets you want to respond to
For a tutorial on how to make your own twitter bot, head over to http://www.mattmorgante.com/technology/505