this script scrapes https://dev.twitch.tv/docs/api/reference and outputs the endpoints in a JSON format, which can then be used for various other automations
- clone repo
git clone https://github.com/pajlads/helix-api-list
- output api endpoints to a json file
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./main.py > api-endpoints.json