Start bringing in Helix for a twitch bot and have notes on how to use the twitch-cli tool.
This commit is contained in:
parent
55de5155f2
commit
fd059ad3cf
5 changed files with 338 additions and 6 deletions
13
NOTES.md
Normal file
13
NOTES.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
* Watch out for the multiple auth methods, app token preferred.
|
||||
* When you generate the app token there's a few things that get you with the permissions.
|
||||
* Research the Twitch scopes to see what I need, but sound like possibly need the OAuth level.
|
||||
* It uses scopes + auth.
|
||||
* When you use websocket notifications you still have to use http to setup notifications.
|
||||
* Mock server: https://dev.twitch.tv/docs/cli/mock-api-command/
|
||||
* CLI https://dev.twitch.tv/docs/cli/
|
||||
* go get -tool github.com/twitchdev/twitch-cli
|
||||
* https://github.com/twitchdev/twitch-cli
|
||||
* go tool twitch-cli mock-api start -p 8081
|
||||
* https://dev.twitch.tv/docs/cli/mock-api-command/
|
||||
* curl.exe http://127.0.0.1:8081/units/clients
|
||||
* curl.exe http://127.0.0.1:8081/units/users
|
||||
Loading…
Add table
Add a link
Reference in a new issue