All Projects → jdpurcell → RechatTool

jdpurcell / RechatTool

Licence: MIT license
Downloads the chat log from a Twitch VOD.

Programming Languages

C#
18002 projects

Labels

Projects that are alternatives of or similar to RechatTool

NativeTwitch
Native Twitch Player
Stars: ✭ 64 (-49.61%)
Mutual labels:  twitch
pyTwitchAPI
A Python 3.7 implementation of the Twitch API, EventSub and PubSub
Stars: ✭ 132 (+3.94%)
Mutual labels:  twitch
twitch-irc-rs
Twitch IRC library for the Rust programming language
Stars: ✭ 58 (-54.33%)
Mutual labels:  twitch
skarabot
Twitch bot for my channel
Stars: ✭ 21 (-83.46%)
Mutual labels:  twitch
twitch-clip-downloader
[DONE] NodeJS tool to download every clip (and it's metadata) from a Twitch channel
Stars: ✭ 27 (-78.74%)
Mutual labels:  twitch
TTVDropBot
Twitch Drop Bot. Automaticlly Farms every Twitch Drop available like Rust for ya and now also your Custom Channel's
Stars: ✭ 291 (+129.13%)
Mutual labels:  twitch
soundboard
forsen soundboard :)
Stars: ✭ 22 (-82.68%)
Mutual labels:  twitch
TwitchPotPlayer
Extensions for PotPlayer to watch Twitch streams without streamlinks or any crap.
Stars: ✭ 159 (+25.2%)
Mutual labels:  twitch
laravel-twitch-api
Twitch API for Laravel 5
Stars: ✭ 27 (-78.74%)
Mutual labels:  twitch
tau
TAU- Twitch API Unifier, a containerized relay/proxy to unify the WebHook- and WebSocket-based real-time Twitch APIs under a single (local) WebSocket connection.
Stars: ✭ 122 (-3.94%)
Mutual labels:  twitch
rtmp-social-multicast
Want to stream to Twitch, YouTube, Facebook, and/or Periscope at the same time? That's what this project allows you to do!
Stars: ✭ 42 (-66.93%)
Mutual labels:  twitch
WebNowPlaying-BrowserExtension
The extension to go along with the WebNowPlaying plugin for Rainmeter
Stars: ✭ 76 (-40.16%)
Mutual labels:  twitch
LaColorduino
I build my own clone of "LaMetric"-smartwatch but with some Colorduino for Twitch, YouTube, Twitter, CSGO, etc.. (Working)
Stars: ✭ 56 (-55.91%)
Mutual labels:  twitch
twitch2dcs
DCS World mod that allows twitch chat to be viewed inside the game
Stars: ✭ 24 (-81.1%)
Mutual labels:  twitch
unwanted-twitch
Hide unwanted streams, games, categories and channels on: twitch.tv
Stars: ✭ 65 (-48.82%)
Mutual labels:  twitch
TwitchFollowers
Twitch followers discord bot. (TwitchFarmer)
Stars: ✭ 72 (-43.31%)
Mutual labels:  twitch
twitch-spambot
An automated twitch spam user
Stars: ✭ 27 (-78.74%)
Mutual labels:  twitch
PhantomBotDE
PhantomBotDE ist ein aktiv Entwickelter interaktiver Open Source Twitch Bot mit einer lebendigen Community welche Unterhaltung und Moderation für deinen Kanal bietet, dieser erlaubt dir dich auf das was wirklich zählt zu Konzentrieren - dein Spiel und deine Zuschauer.
Stars: ✭ 24 (-81.1%)
Mutual labels:  twitch
ADios
ADBlocker - Block ADS on Twitch, Spotify and EVERYWHERE via the HOST File, PI-Hole, Adblocker Add-on, DNSMasq, Response Policy Zone and Adguard Services. - ADios ADS !
Stars: ✭ 73 (-42.52%)
Mutual labels:  twitch
salty bot
Twitch chat bot
Stars: ✭ 15 (-88.19%)
Mutual labels:  twitch

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].