Skip to content

kieled/gh-unfollower

Repository files navigation

Unfollower unmutual subscribers [GitHub]

using GraphQL API

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

💊 Usage

  1. Clone repo
git clone https://github.com/kieled/gh-unfollower.git
  1. Rename .env.example to .env and fill github token
  2. Run script with-poetry.sh or without-poetry.sh depending on whether you have installed poetry

♻️ Dependencies

  • 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