https://github.com/daftmaple/twitch-oauth-token
Simple Twitch OAuth Token Generator
https://github.com/daftmaple/twitch-oauth-token
Last synced: about 1 year ago
JSON representation
Simple Twitch OAuth Token Generator
- Host: GitHub
- URL: https://github.com/daftmaple/twitch-oauth-token
- Owner: daftmaple
- Created: 2020-12-23T13:22:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T12:27:55.000Z (over 1 year ago)
- Last Synced: 2025-02-07T09:29:27.463Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitch Oauth Token Generator for Twitch Bot
## Register application
On developer dashboard, use `http://localhost:PORT/oauth2/twitch` as redirect url. Set PORT in `config.json`
## Scope definition
Under scopes array in `config.json`. For a simple bot, use:
```json
["chat:read", "chat:edit"]
```
## Authorize yourself
On `http://localhost:PORT/api/verify` or any port defined in `config.json`