Bot is very simple in nature due to extreme limits of Twitter's Free API.
V1: Posts tweets as if they were from a rabbit every two hours
V2: Searches newly posted tweets for words such as 'Carrot' and likes/responds to those as if a Rabbit were (Untested)
- Install tweepy
- Make a new project/bot/api thing in the twitter developer platform
- Make sure the bot has read/write access in the developer platform console
- Just add your twitter API credentials in config.py
- And if you'd like, customize the tweets in tweets.txt to whatever you want
- V2 is the project I originally planned on doing but was unable to test it due to the API endpoint needed costing $200/month.
- V1 is a "next best thing" project that would actually work with the free API. (But to be honest with you it's a bit lame)