Junko is a simple bot for twitter that is currently operating here: https://twitter.com/BSDJunko
Junko is built using Pyhton and Tweepy, he is a simple bot that retweets based on a hashtag. More functionality is being added. You can use him for your brand to automate retweeting something or just auto following.
- Search based on hashtag
- Auto follow
- SQLite dabase
- Auto Reply
- Pull responses from the Database
- listen for specific accounts
Create a new Twitter account and replace with your credentials:
#Corresponding twitter info
CONSUMER_KEY = ''
CONSUMER_SECRET = ''
ACCESS_KEY = ''
ACCESS_SECRET = ''