/github-clean

Stupid, simple cli tool to bulk delete github repositories

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Stupid, simple cli tool to bulk delete github repositories

preview

Why

I had way too many projects on my github profile that I wasn't paying any attention to.

Obtaining token

Login and create a new access token with the following permissions:

  • public_repo
  • delete_repo

https://github.com/settings/tokens/new

Running the app

Download the cli app from the releases if one is present for your platform.

clean <token>

Otherwise make sure python3 is installed on your machine

pip install -r requirements.txt
python clean.py <token>

Contribution

Feel free to create an issue and vey specific so maybe just fork it and fix it yourself.