This repo contains:
- graphics and logos,
- scripts to generate plots.
Scripts that fetch data require the GitHub CLI (gh) for API access:
-
Install GitHub CLI: Follow the installation guide at cli.github.com
-
Authenticate with GitHub:
gh auth login
Follow the prompts to authenticate. This creates a token automatically.
-
Verify authentication:
gh auth status
Note: Authentication is required to avoid GitHub API rate limits (60 requests/hour for unauthenticated vs 5000/hour for authenticated requests).
- uv: Package manager for running the scripts
- Python must not be installed;
uvwill fetch and download the required version, if not present.
I'm not 100% sure this is needed tbh.
sudo apt install python3-tkcurl -LsSf https://astral.sh/uv/install.sh | shSee docs.astral.sh/uv for more installation options.