https://github.com/nowalone/twitchchatexport
Twitch chat export console utility
https://github.com/nowalone/twitchchatexport
Last synced: 8 months ago
JSON representation
Twitch chat export console utility
- Host: GitHub
- URL: https://github.com/nowalone/twitchchatexport
- Owner: NowaLone
- Created: 2023-03-11T00:05:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-11T15:06:59.000Z (over 3 years ago)
- Last Synced: 2025-03-28T20:47:34.362Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**USAGE:**
.\TwitchChatExport.CLI.exe --help
.\TwitchChatExport.CLI.exe -t "YOUR OAuth TOKEN" -c "TARGET CHANNEL NAME" -u "TARGET USERNAME"
**EXAMPLE:**
.\TwitchChatExport.CLI.exe -t "nuip6hc9bujoqwg173owqsrgczjkwn" -c "SomeoneChannel" -u "MyNickname"
.\TwitchChatExport.CLI.exe -t "nuip6hc9bujoqwg173owqsrgczjkwn" -c "MyChannel" -u "SomeoneNickname"
How to get Twitch OAuth token? Log in at twitch.tv and open deveploment tools

(google it), go to console

(google it) and write 'cookies['auth-token']'.
