Skip to content

pajlads/helix-api-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

usage

  1. clone repo
    git clone https://github.com/pajlads/helix-api-list
  2. 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages