Skip to content

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

Notifications You must be signed in to change notification settings

XavierTolza/PyGithubRepoDeleter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages