A simple template for a twitter bot coded in python using Twitter Tools
Full credit for the API goes to Mike Verdone
This template is intended to be used as a starting point for any twitter bot, it includes all of the essential commands such as searching and replying to tweets.
- Clone the repository
- If you dont already have easy_install, then get it by following the instructions here
- Open up a terminal and run
easy_install twitter
- Fill in the OAUTH_TOKEN, OAUTH_KEY, etc. to your own details
- And your done!