This repository has been archived on 2023-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
twitch_data_collector/settings.yml.dist

6 lines
185 B
Plaintext

client_id: "your twitch client id"
client_secret: "your twitch client secret"
verification_token: "a random string!"
webserver_port: 8080
redirect_url: "http://localhost:8080/callback"