This web application helps grasping the most relevant information out of a Twitch chat and is especially useful for mid to large sized chats. This application is an ongoing project, a perpetual beta. You can accompany the development of this tool on the dialogikTV Twitch channel.
- Automatic relevance detection
- Broadcaster @mentions
- First two messages of each chat user (you don't want to miss new chatters!)
- Greeting formulas like "good morning", "good evening" etc.
- Shorties like "hi", "hey" or "hello"
- Messages from roles like Mods, Subs or VIPs
- Message picking (add/remove to pick list using Alt+Click/Ctrl+Click)
- Mark messages as read/unread using Left click
- Userlist with chat message count
- Search messages by username (Ctrl+Click on the search input field to clear user search)
- Multi language support (DE/EN/FR/ES/IT/PL)
You can manage your (or any) Twitch chat messages in three columns:
All chat messages (currently limited to youngest 100 messages for performance reasons).
The automatically detected and grasped messages. These can be filtered using checkboxes or keyboard shortcuts.
- Add messages to picks using Alt+Click from Chat or Grasp columns
- Remove messages using Ctrl+Click
Simply visit the application and enter your Twitch channel name. You can also pass channel=<your_channel>
to the URL, e.g. https://dialogik-tv.github.io/grasp?channel=dialogikTV
.
This application supports multiple languages for the shorty and haystack/needle relevance concept. Language data is organized in dialogik-tv/grasp-lang
.
Currently supported languages:
de
– Germanen
– Englishfr
– Frenches
– Spanishit
– Italianpl
– Polish
Language(s) can be set by passing &lang=<lang1|lang2|...>
. Examples:
https://dialogik-tv.github.io/grasp?channel=dialogikTV&lang=fr
https://dialogik-tv.github.io/grasp?channel=dialogikTV&lang=es|it
If no lang parameter is passed, de
is the default language pack.
Ctrl
+M
– Toggle modsCtrl
+S
– Toggle subsCtrl
+V
– Toggle VIPsM
– Toggle @mentionsCtrl
+H
– Toggle haystack needlesH
– Toggle shorties
C
– Toggle main chat visibilityU
– Toggle userlist visibility
This is a dialogikTV project. You can contact the author via Twitter (@dialogikTV), Discord or on the Twitch live channel.
See our contribution guide if you want to contribute to this project.