Davigl / unfollow

:robot: unfollow github users that doesn't follow you back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

:robot: unfollow github users that doesn't follow you back

License:GNU General Public License v3.0


Languages

Language:Ruby 100.0%