Xaqron / twitter-follow-unfollow-bot

Automatically follow+mute/unfollow back on Twitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%