https://github.com/pritz69/unfollow-github-users-who-dont-follow-us
A Python script which you can run on your device terminal to unfollow those users who does not follow you back on GITHUB.
https://github.com/pritz69/unfollow-github-users-who-dont-follow-us
follow github githubapi python script unfollow
Last synced: 4 months ago
JSON representation
A Python script which you can run on your device terminal to unfollow those users who does not follow you back on GITHUB.
- Host: GitHub
- URL: https://github.com/pritz69/unfollow-github-users-who-dont-follow-us
- Owner: Pritz69
- Created: 2025-05-17T18:11:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-17T18:25:03.000Z (5 months ago)
- Last Synced: 2025-05-17T19:25:07.947Z (5 months ago)
- Topics: follow, github, githubapi, python, script, unfollow
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UNFOLLOW GITHUB USERS WHO DONT FOLLOW US
A Python script which you can run on your device terminal to unfollow those users who does not follow you back on GITHUB. Try it out !! Collaborators welcome !## HOW TO RUN THE SCRIPT ?
Just follow the steps and then run the Task.py file uploaded above.
## Install PyGithub:
pip install PyGithub
## Generate a Personal Access Token:
Go to your GitHub settings -> Developer settings -> Personal access tokens -> Tokens (classic) -> Generate new token. Give it a name, and make sure to check the user:follow scope. Copy the generated token.
## Replace Placeholder:
Open the Python script and replace "YOUR_PERSONAL_ACCESS_TOKEN" with the token you just copied.