An open API service indexing awesome lists of open source software.

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

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

![image](https://user-images.githubusercontent.com/31783623/224462932-937552f9-58ae-4643-97a1-721f630c4f4a.png)
(google it), go to console
![image](https://user-images.githubusercontent.com/31783623/224462954-2370b749-6046-423b-9956-3bb0cb8573d0.png)
(google it) and write 'cookies['auth-token']'.
![image](https://user-images.githubusercontent.com/31783623/224490290-8f8e32db-be30-4d5a-9d72-2d561205b8fd.png)