Skip to content

BitSpaceDevelopment/junko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Junko

Junko is a simple bot for twitter that is currently operating here: https://twitter.com/BSDJunko

What is he?

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.

Current functionality

  • Search based on hashtag
  • Auto follow
  • SQLite dabase

Planned functionality

  • Auto Reply
  • Pull responses from the Database
  • listen for specific accounts

How to get started?

Create a new Twitter account and replace with your credentials:

#Corresponding twitter info
CONSUMER_KEY = ''
CONSUMER_SECRET = ''
ACCESS_KEY = ''
ACCESS_SECRET = ''

Releases

No releases published

Packages

No packages published

Languages