Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

17 Commits

Repository files navigation

FollowBot

A Twitter bot that follows a random amount of your followers back

Usage

There's a demo included

var FollowBot = require( 'FollowBot' );
var followBot = new FollowBot({
twitter: {
consumer_key: 'REQUIRED',
consumer_secret: 'REQUIRED',
access_token: 'REQUIRED',
access_token_secret: 'REQUIRED'
},
// Optional: false if you don't want to follow protected accounts. Default: false
allowProtected: false
});
followBot.followRandom(5);

You can get the Twitter keys and tokens by creating a new Twitter app.

About

A Twitter bot that every week automatically follows some of your followers back

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages