akarshsatija/github-unfollower — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2016-01-21
Automatically remove GitHub follows that aren't mutual.
Declutter a follower list built up from hackathons or open-source events.
Get a tidy following-to-follower ratio without manually clicking unfollow.
| akarshsatija/github-unfollower | 0xallam/my-recipe | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | — | — | 0 |
| Language | Python | Python | Python |
| Last pushed | 2016-01-21 | 2022-11-22 | — |
| Maintenance | Dormant | Dormant | — |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 1/5 | 2/5 | 4/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
README doesn't cover authentication safety or GitHub rate limits.
github-unfollower is a simple Python script that does exactly what the name says: it automatically unfollows people on GitHub who don't follow you back. Think of it as a cleanup tool for your GitHub network. Over time, you might follow a lot of people for various reasons, and this script helps trim that list down to just your mutual connections. To use it, you need a GitHub account and a basic Python setup. The script relies on a helper library called PyGithub, which lets Python talk to GitHub directly. You install that library, add your GitHub login details to the script, and run it. The script then goes through your following list, checks each person to see if they also follow you, and if they don't, it unfollows them. This tool is for GitHub users who care about keeping their follower-to-following ratio tidy or who simply want to declutter their network feed. For example, if you followed a bunch of people during a hackathon or open-source event and never interacted with them again, this script clears them out in one pass instead of making you click unfollow dozens of times manually. The README is very sparse, so it doesn't go into detail about safety, authentication methods, or whether GitHub might rate-limit the process. That said, since it only does one focused task, it's a lightweight utility for anyone who wants a quick network reset without the manual clicking.
A simple Python script that automatically unfollows GitHub users who don't follow you back, cleaning up your following list in one pass.
Mainly Python. The stack also includes Python, PyGithub.
Dormant — no commits in 2+ years (last push 2016-01-21).
The README doesn't specify license details.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.