Skip to content

🤖 unfollow github users that doesn't follow you back

License

Notifications You must be signed in to change notification settings

davigl/unfollow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

996b7f6 Â· Jul 11, 2021

History

5 Commits
Mar 1, 2020
Mar 1, 2020
Jul 11, 2021
Mar 1, 2020

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