1.0.7 • Published 7 years ago

unfollow-inactive v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago