Skip to content

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

License

Notifications You must be signed in to change notification settings

bookercodes/github-unfollow-everyone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published