Skip to content

davigl/unfollow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Github Unfollower

Ruby script to unfollow users that doesn't follow you back, your white list will prevent to unfollow some specific users.


Prerequisites:

• httparty
• ruby >= 1.9.2
• rubygems >= 1.3.1

Installing:

Clone Repository
git clone https://github.com/Davigl/github-follow-api.git
Check your Ruby version
$ ruby -v

If you don't have it, install using rbenv (it could take a while):

$ rbenv install version
Install httparty gem
$ gem install httparty

Running the script:

To run this script you need to insert your github credentials (username, password)

Note: If you don't want to unfollow some specific users, insert they usernames after password separated by space.

$ ruby unfollow.rb <login> <password> <white-list>

Example:

$ ruby unfollow.rb my_username my_password user1 user2

Where user1 and user2 are users that you doesnt want to unfollow.

License

Licensed by GNU General Public License v3.0.

Releases

No releases published

Packages

No packages published

Languages