Skip to content

Instantly share code, notes, and snippets.

View dannyvankooten's full-sized avatar
🌳

Danny van Kooten dannyvankooten

🌳
View GitHub Profile
@dannyvankooten
dannyvankooten / README.md
Last active December 9, 2022 18:58
Delete all of your GitHub gists w/ Python

Delete all of your GitHub gists

  1. Ensure Python3.x and the requests library is installed.
  2. Create a personal access token and give it the gists permission.
  3. Store the access token in the GITHUB_TOKEN environment value
  4. Run the script
python3 delete-gists.py