Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdpurcell/RechatTool
Downloads the chat log from a Twitch VOD.
https://github.com/jdpurcell/RechatTool
twitch
Last synced: 26 days ago
JSON representation
Downloads the chat log from a Twitch VOD.
- Host: GitHub
- URL: https://github.com/jdpurcell/RechatTool
- Owner: jdpurcell
- License: mit
- Created: 2017-06-25T03:01:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T18:44:26.000Z (over 1 year ago)
- Last Synced: 2024-08-03T13:01:48.603Z (4 months ago)
- Topics: twitch
- Language: C#
- Homepage:
- Size: 41 KB
- Stars: 154
- Watchers: 7
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-twitch-dev - jdpurcell/RechatTool - Downloads the chat log from a Twitch VOD. (Libraries / C#)
README
# RechatTool
Command line tool to download the chat log from a Twitch VOD. Saves the full JSON data and optionally processes it to produce a simple text file. Requires .NET Framework 4.6.2+ (releases labeled Windows), or .NET 6 (releases labeled CrossPlatform).Sample usage (Windows):
```
RechatTool -D 111111111
```
Sample usage (Other platforms with .NET 6 runtime installed):
```
dotnet RechatTool.dll -D 111111111
```
Downloads the chat replay for video ID 111111111 and saves the .json and processed .txt output in the current directory.Run without any arguments to see full list of modes.