arnavb / github_unfollower.py

A simply utility script which unfollows all the users on Github who don't care enough to follow you back.
MIT License
7 stars 2 forks source link
github-api unfollow

github_unfollower.py

Build status Supported Python versions License

A simply utility script which unfollows all the users on Github who don't care enough to follow you back.

Install

This script requires at least Python 3.6. To install it, all you have to do is:

  1. Clone this repository to a folder of your choice.
  2. Run pipenv install.

Run

This script can be run as follows (using pipenv run or with a new subshell created through pipenv shell):

Usage:
  github_unfollower.py <username> <password>
  github_unfollower.py (-h | --help | --version)

More information can be obtained by running github_unfollower.py --help.