This repository provides a script to help you manage your GitHub followers and following lists. If you're too lazy to set up automation through the GitHub API, you can run the provided script directly in your browser's console to manage your followers and unfollow users who don't follow you back.
- Parses your followers and following lists on GitHub.
- Automatically unfollows users who do not follow you back.
- Simple and quick to use with no external setup required.
-
Navigate to the Followers 1st Page:
- Go to your GitHub Followers page.
- Replace
your-usernamewith your GitHub username.
-
Open Browser Console:
- Open your browser's developer tools (usually accessible via
F12orCtrl+Shift+I/Cmd+Option+I). - Go to the "Console" tab.
- Open your browser's developer tools (usually accessible via
-
Run the Script:
- Copy the script and paste it into the console, then hit
Enter:
- Copy the script and paste it into the console, then hit
-
Wait for Completion:
- The script will automatically process all pages of followers and following, and log the results in the console.
- Rate Limits: Be cautious not to exceed GitHub's rate limits for API or UI interactions.
- No Liability: Use this script responsibly. The repository owner is not responsible for any issues caused by using this script! Use at your own risk.
- Customization: You can modify the script to suit your specific needs.
If you encounter any bugs or issues, please open an issue on this repository with detailed information about the problem.
Enjoy managing your GitHub followers more efficiently! 🎉