1.0.7 • Published 8 years ago

unfollow-inactive v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

unfollow-inactive

A simple command line tool to unfollow inactive accounts.

usage

const unIn = require('unfollow-inactive');

//get your keys at https://apps.twitter.com/
const authObj = {
    consumer_key: '<your_consumer_key>',
    consumer_secret: '<your_consumer_secret>',
    access_token_key: '<your_access_token_key>',
    access_token_secret: '<your_token_secret>' 
}

unIn(authObj);

1.0.6

On the actual version the utility just logs friends which have not set a status since 1 year to the console.

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago