If you have a lot of github followings and / or followers this script can helps you. It will unfollow from all your followings that not follows to you
- Clone repo
git clone https://github.com/kieled/gh-unfollower.git
- Rename
.env.example
to.env
and fill github token - Run script
with-poetry.sh
orwithout-poetry.sh
depending on whether you have installedpoetry
- Python [^3.11]
- python-graphql-client [^0.4.3] - For making GraphQL requests to Github API
- pydantic[dotenv] [^1.10.9] - For validating and type hinting
- aiofiles [^23.1.0] - For reading GraphQL schemas from files
- types-aiofiles [^23.1.0.4] - For type hinting aiofiles