Skip to content

Basic twitter bot that posts a random tweet on a rabbit themed account every two hours.

Notifications You must be signed in to change notification settings

b-lamer/BunnyBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

If you want to use this (for some reason):

  • 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

Why's there two versions?

  • 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)

About

Basic twitter bot that posts a random tweet on a rabbit themed account every two hours.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages