You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,11 @@ redirectPort: "8080"
46
46
`ttchat` would listen on `http://localhost:8080` for Twitch's authentication result. So, your Twitch application must have `http://localhost:8080` for a redirect URL.
47
47
48
48
# Running
49
-
`ttchat -h`
49
+
See `ttchat -h` for options and arguments
50
50
51
51
`ttchat --channel ludwig`
52
+
53
+
Obtaining an access token requires you to login via your default browswer. To provide your own token, use the `--token` flag.
54
+
See https://dev.twitch.tv/docs/authentication/getting-tokens-oauth for more details on obtaining your own access token.
0 commit comments