github-unfollow-everyone

1.1.3 • Public • Published

GitHub Unfollow Everyone

🍂 Start anew. Unfollow everyone who you currently follow on GitHub.

CLI

$ npm install --global github-unfollow-everyone
$ github-unfollow-everyone <username> <password>

⚠️ Running this command will irreversibly unfollow everyone who you currently follow!

API

$ npm install --save github-unfollow-everyone
var unfollowEveryone = require('github-unfollow-everyone');
 
unfollowEveryone('<username>', '<password>', function(error) {
  if (error) {
    console.log('oops. an error occurred:', error);
    return;
  }
  console.log('done.');
});

Related

Package Sidebar

Install

npm i github-unfollow-everyone

Weekly Downloads

1

Version

1.1.3

License

MIT

Last publish

Collaborators

  • alexbooker