github-wow-addon-catalogue
requires Python 3.11 or later. To get set up:
- Create a venv:
python -m venv venv
- Load it up:
source venv/bin/activate
- Install this project:
python -m pip install -e .
- Generate a GitHub token and expose it in your environment as
RELEASE_JSON_ADDONS_GITHUB_TOKEN
- Run
python -m collect
or justcollect