Skip to content

Xaqron/twitter-follow-unfollow-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter follow/unfollow bot

Automatically follow back and mute new followers and unfollow who unfollows you on Twitter.

Configure

Replace xaqron with your Twitter screen name and use appropriate Twitter tokens.

const screenName = 'xaqron'
const T = new Twit(
  {
    consumer_key: 'xxxxxxxxxxxxxxxxxxxxxxxxx',
    consumer_secret: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
    access_token: '111111111111111111-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
    access_token_secret: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
    timeout_ms: 60 * 1000
  }
)

Install

git clone https://github.com/Xaqron/twitter-follow-unfollow-bot.git
cd twitter-follow-unfollow-bot
npm install

Run

node index.js

About

Automatically follow+mute/unfollow back on Twitter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published