Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 738 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 738 Bytes

About

This is just a very simple CLI to bulk delete github repositories img

Usage

Create your github token at this address: https://github.com/settings/tokens Make sure you have the repo and delete_repo authorizations.

Install using

pip install git+https://github.com/XavierTolza/PyGithubRepoDeleter.git

or pip install pygithubrepodeleter

Then start the CLI as such:

remove_github_repos

You will be prompted for your token, alternatively you can set it in the env variables with GITHUB_TOKEN or by command line with:

remove_github_repos --token <your token>

Then select the repo you want to delete with space, press enter and validate.