An open API service indexing awesome lists of open source software.

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.

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.