Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.24 KB

File metadata and controls

38 lines (23 loc) · 1.24 KB

Access tokens are generated by github at this link https://github.com/settings/tokens/new

File Purpose
octocat.py Renders the github mascot as ascii art with a custom message
qtartifactcleaner.py PyQt5 GUI tool that scans your repos for artifacts and lists them for possible deletion.

Handy for keeping your storage costs down
artifactcleaner_cli.py command line tool that scans your repos for artifacts and lists them for possible deletion.

Handy for keeping your storage costs down
workflow_list.py simple list of workflows
issuelister.py produce a CSV list of issues for a repo
Handy for collecting hero stats for the boss
workflowcleaner.py clean workflow runs. Good for getting rid of a long list of failed runs
workflow_dispatch.py Allows launching of Action workflows from the command line

Qt Artifact Cleaner

Note: you will needed to have PyQt5 installed:

pip install PyQt5

Usage:

python3 example --owner <owner> --token <GITHUB_TOKEN> [options...]

Credits