Update Twitch chat channel tables
Browse files- README.md +55 -55
- data/auronplay.jsonl +0 -0
- data/deepins02.jsonl +0 -0
- data/eliasn97.jsonl +0 -0
- data/hasanabi.jsonl +0 -0
- data/jynxzi.jsonl +0 -0
- data/rainbow6.jsonl +34 -33
- data/tumblurr.jsonl +0 -0
- data/youngmulti.jsonl +0 -0
- data/zackrawrr.jsonl +0 -0
- data/zerator.jsonl +0 -0
README.md
CHANGED
|
@@ -1,55 +1,55 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: other
|
| 3 |
-
task_categories:
|
| 4 |
-
- text-generation
|
| 5 |
-
tags:
|
| 6 |
-
- twitch
|
| 7 |
-
- chat
|
| 8 |
-
configs:
|
| 9 |
-
- config_name: auronplay
|
| 10 |
-
data_files:
|
| 11 |
-
- split: train
|
| 12 |
-
path: data/auronplay.jsonl
|
| 13 |
-
- config_name: deepins02
|
| 14 |
-
data_files:
|
| 15 |
-
- split: train
|
| 16 |
-
path: data/deepins02.jsonl
|
| 17 |
-
- config_name: eliasn97
|
| 18 |
-
data_files:
|
| 19 |
-
- split: train
|
| 20 |
-
path: data/eliasn97.jsonl
|
| 21 |
-
- config_name: hasanabi
|
| 22 |
-
data_files:
|
| 23 |
-
- split: train
|
| 24 |
-
path: data/hasanabi.jsonl
|
| 25 |
-
- config_name: jynxzi
|
| 26 |
-
data_files:
|
| 27 |
-
- split: train
|
| 28 |
-
path: data/jynxzi.jsonl
|
| 29 |
-
- config_name: rainbow6
|
| 30 |
-
data_files:
|
| 31 |
-
- split: train
|
| 32 |
-
path: data/rainbow6.jsonl
|
| 33 |
-
- config_name: tumblurr
|
| 34 |
-
data_files:
|
| 35 |
-
- split: train
|
| 36 |
-
path: data/tumblurr.jsonl
|
| 37 |
-
- config_name: youngmulti
|
| 38 |
-
data_files:
|
| 39 |
-
- split: train
|
| 40 |
-
path: data/youngmulti.jsonl
|
| 41 |
-
- config_name: zackrawrr
|
| 42 |
-
data_files:
|
| 43 |
-
- split: train
|
| 44 |
-
path: data/zackrawrr.jsonl
|
| 45 |
-
- config_name: zerator
|
| 46 |
-
data_files:
|
| 47 |
-
- split: train
|
| 48 |
-
path: data/zerator.jsonl
|
| 49 |
-
---
|
| 50 |
-
|
| 51 |
-
# Twitch Chat Messages
|
| 52 |
-
|
| 53 |
-
Each Twitch channel is stored as its own dataset config backed by `data/<channel>.jsonl`. Adding another channel only requires appending rows to a new channel file and regenerating this card.
|
| 54 |
-
|
| 55 |
-
Important row fields: `raw_message`, `message_id`, `user_id`, `username`, `text`, `badges`, `emotes`, `tmi_sent_ts`, and `stream_offset_ms`.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- twitch
|
| 7 |
+
- chat
|
| 8 |
+
configs:
|
| 9 |
+
- config_name: auronplay
|
| 10 |
+
data_files:
|
| 11 |
+
- split: train
|
| 12 |
+
path: data/auronplay.jsonl
|
| 13 |
+
- config_name: deepins02
|
| 14 |
+
data_files:
|
| 15 |
+
- split: train
|
| 16 |
+
path: data/deepins02.jsonl
|
| 17 |
+
- config_name: eliasn97
|
| 18 |
+
data_files:
|
| 19 |
+
- split: train
|
| 20 |
+
path: data/eliasn97.jsonl
|
| 21 |
+
- config_name: hasanabi
|
| 22 |
+
data_files:
|
| 23 |
+
- split: train
|
| 24 |
+
path: data/hasanabi.jsonl
|
| 25 |
+
- config_name: jynxzi
|
| 26 |
+
data_files:
|
| 27 |
+
- split: train
|
| 28 |
+
path: data/jynxzi.jsonl
|
| 29 |
+
- config_name: rainbow6
|
| 30 |
+
data_files:
|
| 31 |
+
- split: train
|
| 32 |
+
path: data/rainbow6.jsonl
|
| 33 |
+
- config_name: tumblurr
|
| 34 |
+
data_files:
|
| 35 |
+
- split: train
|
| 36 |
+
path: data/tumblurr.jsonl
|
| 37 |
+
- config_name: youngmulti
|
| 38 |
+
data_files:
|
| 39 |
+
- split: train
|
| 40 |
+
path: data/youngmulti.jsonl
|
| 41 |
+
- config_name: zackrawrr
|
| 42 |
+
data_files:
|
| 43 |
+
- split: train
|
| 44 |
+
path: data/zackrawrr.jsonl
|
| 45 |
+
- config_name: zerator
|
| 46 |
+
data_files:
|
| 47 |
+
- split: train
|
| 48 |
+
path: data/zerator.jsonl
|
| 49 |
+
---
|
| 50 |
+
|
| 51 |
+
# Twitch Chat Messages
|
| 52 |
+
|
| 53 |
+
Each Twitch channel is stored as its own dataset config backed by `data/<channel>.jsonl`. Adding another channel only requires appending rows to a new channel file and regenerating this card.
|
| 54 |
+
|
| 55 |
+
Important row fields: `raw_message`, `message_id`, `user_id`, `username`, `text`, `badges`, `emotes`, `tmi_sent_ts`, and `stream_offset_ms`.
|
data/auronplay.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/deepins02.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/eliasn97.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/hasanabi.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/jynxzi.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/rainbow6.jsonl
CHANGED
|
@@ -1,33 +1,34 @@
|
|
| 1 |
-
{"channel":"rainbow6","raw_message":"@badge-info=subscriber/20;badges=subscriber/18,unicorn-tachanka/1;client-nonce=6014AA05-6A46-45FD-8056-E9CD94A48172;color=#00FF7F;display-name=grimrose_gaming;emotes=emotesv2_b05fb3c7b26f4360b61749321468b9e5:32-38,40-46,48-54,56-62,64-70,72-78;first-msg=0;flags=;id=27a99aec-0f86-4e6a-b41a-1442ada85d21;mod=0;returning-chatter=0;room-id=65171890;subscriber=1;tmi-sent-ts=1782764644493;turbo=0;user-id=119929191;user-type= :grimrose_gaming!grimrose_gaming@grimrose_gaming.tmi.twitch.tv PRIVMSG #rainbow6 :@luv__harp so ggs shifters then r6eKekw r6eKekw r6eKekw r6eKekw r6eKekw r6eKekw","message_id":"27a99aec-0f86-4e6a-b41a-1442ada85d21","user_id":"119929191","username":"grimrose_gaming","text":"@luv__harp so ggs shifters then r6eKekw r6eKekw r6eKekw r6eKekw r6eKekw r6eKekw","badges":{"subscriber":"18","unicorn-tachanka":"1"},"emotes":{"emotesv2_b05fb3c7b26f4360b61749321468b9e5":["32-38","40-46","48-54","56-62","64-70","72-78"]},"tmi_sent_ts":1782764644493,"stream_offset_ms":17317493}
|
| 2 |
-
{"channel":"rainbow6","raw_message":"@badge-info=predictions/Team\\sHeretics;badges=predictions/blue-1;client-nonce=495597E1-7E6E-4BE4-95FD-1987A7D247B8;color=;display-name=szabiley;emotes=;first-msg=0;flags=;id=e29c4bbd-a77d-4d78-836b-ee7a79b74564;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764646442;turbo=0;user-id=238413372;user-type= :szabiley!szabiley@szabiley.tmi.twitch.tv PRIVMSG #rainbow6 :good","message_id":"e29c4bbd-a77d-4d78-836b-ee7a79b74564","user_id":"238413372","username":"szabiley","text":"good","badges":{"predictions":"blue-1"},"emotes":{},"tmi_sent_ts":1782764646442,"stream_offset_ms":17319442}
|
| 3 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=b79ea7bd38c249e29c017ec38c12e0f7;color=;display-name=nukacolaquantom;emotes=;first-msg=0;flags=;id=50ae8f29-e35d-4652-9884-845943552a5f;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764646876;turbo=0;user-id=217419384;user-type= :nukacolaquantom!nukacolaquantom@nukacolaquantom.tmi.twitch.tv PRIVMSG #rainbow6 :Does anyone know how to get a singular r6 credit i got all the free ones from the battlepass and have 1199 and cant bring myself to buy 600 when i need 1","message_id":"50ae8f29-e35d-4652-9884-845943552a5f","user_id":"217419384","username":"nukacolaquantom","text":"Does anyone know how to get a singular r6 credit i got all the free ones from the battlepass and have 1199 and cant bring myself to buy 600 when i need 1","badges":{},"emotes":{},"tmi_sent_ts":1782764646876,"stream_offset_ms":17319876}
|
| 4 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=raging-wolf-helm/1;client-nonce=33d716489e264d95aa537a56a930d6df;color=#FF0000;display-name=Akagamiuu;emotes=;first-msg=0;flags=;id=5ae4ab31-5d81-4843-87d7-4f71b32b8181;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764648610;turbo=0;user-id=714906471;user-type= :akagamiuu!akagamiuu@akagamiuu.tmi.twitch.tv PRIVMSG #rainbow6 :who was the mvp in falcons match ??","message_id":"5ae4ab31-5d81-4843-87d7-4f71b32b8181","user_id":"714906471","username":"akagamiuu","text":"who was the mvp in falcons match ??","badges":{"raging-wolf-helm":"1"},"emotes":{},"tmi_sent_ts":1782764648610,"stream_offset_ms":17321610}
|
| 5 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=premium/1;client-nonce=ca3aa9a178354c39b35deeed12a6557a;color=#0000FF;display-name=vayrjot;emotes=;first-msg=1;flags=;id=763009ac-e76c-4b0e-87af-db219037232f;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764653218;turbo=0;user-id=594358765;user-type= :vayrjot!vayrjot@vayrjot.tmi.twitch.tv PRIVMSG #rainbow6 :!drops","message_id":"763009ac-e76c-4b0e-87af-db219037232f","user_id":"594358765","username":"vayrjot","text":"!drops","badges":{"premium":"1"},"emotes":{},"tmi_sent_ts":1782764653218,"stream_offset_ms":17326218}
|
| 6 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=premium/1;client-nonce=D7687657-7538-4AE4-9DB7-876074B0B388;color=;display-name=bucklingbow7444;emotes=;first-msg=0;flags=;id=bf991f96-f825-4a69-8dc0-2b46d840e2e7;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764655357;turbo=0;user-id=448379393;user-type= :bucklingbow7444!bucklingbow7444@bucklingbow7444.tmi.twitch.tv PRIVMSG #rainbow6 :what if we had a tech pause for the countdown guys","message_id":"bf991f96-f825-4a69-8dc0-2b46d840e2e7","user_id":"448379393","username":"bucklingbow7444","text":"what if we had a tech pause for the countdown guys","badges":{"premium":"1"},"emotes":{},"tmi_sent_ts":1782764655357,"stream_offset_ms":17328357}
|
| 7 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=premium/1;client-nonce=5976E8E0-0070-4B74-82AD-C679E6911B5C;color=;display-name=jimbo_swagginzz;emotes=;first-msg=0;flags=;id=691c4d2d-3f3c-4594-978f-aa4f603b3d59;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764666218;turbo=0;user-id=1516935479;user-type= :jimbo_swagginzz!jimbo_swagginzz@jimbo_swagginzz.tmi.twitch.tv PRIVMSG #rainbow6 :I’m at like 85% done with my 3 hour pack completion","message_id":"691c4d2d-3f3c-4594-978f-aa4f603b3d59","user_id":"1516935479","username":"jimbo_swagginzz","text":"I’m at like 85% done with my 3 hour pack completion","badges":{"premium":"1"},"emotes":{},"tmi_sent_ts":1782764666218,"stream_offset_ms":17339218}
|
| 8 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=premium/1;client-nonce=72A7C6AA-FFE6-404B-A05E-287B9F42A507;color=;display-name=jimbo_swagginzz;emotes=;first-msg=0;flags=;id=6c1926c4-90cc-4914-aefc-58a895a54ab4;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764673864;turbo=0;user-id=1516935479;user-type= :jimbo_swagginzz!jimbo_swagginzz@jimbo_swagginzz.tmi.twitch.tv PRIVMSG #rainbow6 :praying this next game goes 30 min plus","message_id":"6c1926c4-90cc-4914-aefc-58a895a54ab4","user_id":"1516935479","username":"jimbo_swagginzz","text":"praying this next game goes 30 min plus","badges":{"premium":"1"},"emotes":{},"tmi_sent_ts":1782764673864,"stream_offset_ms":17346864}
|
| 9 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=CE43BDFA-15B6-4161-952D-06C6C564186B;color=;display-name=jacobi4444;emotes=;first-msg=0;flags=;id=ee72d488-43df-46bd-80d3-30f48ea9d703;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764686212;turbo=0;user-id=1507839220;user-type= :jacobi4444!jacobi4444@jacobi4444.tmi.twitch.tv PRIVMSG #rainbow6 :wait who won","message_id":"ee72d488-43df-46bd-80d3-30f48ea9d703","user_id":"1507839220","username":"jacobi4444","text":"wait who won","badges":{},"emotes":{},"tmi_sent_ts":1782764686212,"stream_offset_ms":17359212}
|
| 10 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=0324FE12-4BB0-4D7B-9CFC-AAA52E6C2EA7;color=#A48E56;display-name=ExoticDILF;emotes=;first-msg=0;flags=;id=25f40a46-9518-4db8-acea-cca3dceca7c4;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764689023;turbo=0;user-id=73340584;user-type= :exoticdilf!exoticdilf@exoticdilf.tmi.twitch.tv PRIVMSG #rainbow6 :@nukacolaquantom sell something when marketplace comes back or wait until next season","message_id":"25f40a46-9518-4db8-acea-cca3dceca7c4","user_id":"73340584","username":"exoticdilf","text":"@nukacolaquantom sell something when marketplace comes back or wait until next season","badges":{},"emotes":{},"tmi_sent_ts":1782764689023,"stream_offset_ms":17362023}
|
| 11 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=premium/1;client-nonce=0B8E6F13-3540-4C5D-8C8F-625D067C3E56;color=;display-name=bgoat2457;emotes=;first-msg=0;flags=;id=d123d3a1-c597-43f7-9743-2decacf02a38;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764694350;turbo=0;user-id=1409449736;user-type= :bgoat2457!bgoat2457@bgoat2457.tmi.twitch.tv PRIVMSG #rainbow6 :you have two entire whole days from tomorrow","message_id":"d123d3a1-c597-43f7-9743-2decacf02a38","user_id":"1409449736","username":"bgoat2457","text":"you have two entire whole days from tomorrow","badges":{"premium":"1"},"emotes":{},"tmi_sent_ts":1782764694350,"stream_offset_ms":17367350}
|
| 12 |
-
{"channel":"rainbow6","raw_message":"@badge-info=predictions/Rebels;badges=predictions/pink-2;client-nonce=964c03e0310d4cee8c2918d82cd07760;color=;display-name=danjackso1;emotes=;first-msg=0;flags=;id=9732ad17-a6c8-4409-8569-9ac1e99cc9aa;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764695136;turbo=0;user-id=1233959100;user-type= :danjackso1!danjackso1@danjackso1.tmi.twitch.tv PRIVMSG #rainbow6 :300 points on rebels cuz I got no clue","message_id":"9732ad17-a6c8-4409-8569-9ac1e99cc9aa","user_id":"1233959100","username":"danjackso1","text":"300 points on rebels cuz I got no clue","badges":{"predictions":"pink-2"},"emotes":{},"tmi_sent_ts":1782764695136,"stream_offset_ms":17368136}
|
| 13 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=blossom-badge/1;client-nonce=bc8d27117f794a6db861b54a2c819764;color=#D7BE7A;display-name=Luv__Harp;emotes=;first-msg=0;flags=;id=4dbe4ee2-649c-40ce-941b-6651053f5e4c;mod=0;reply-parent-display-name=nukacolaquantom;reply-parent-msg-body=Does\\sanyone\\sknow\\show\\sto\\sget\\sa\\ssingular\\sr6\\scredit\\si\\sgot\\sall\\sthe\\sfree\\sones\\sfrom\\sthe\\sbattlepass\\sand\\shave\\s1199\\sand\\scant\\sbring\\smyself\\sto\\sbuy\\s600\\swhen\\si\\sneed\\s1;reply-parent-msg-id=50ae8f29-e35d-4652-9884-845943552a5f;reply-parent-user-id=217419384;reply-parent-user-login=nukacolaquantom;reply-thread-parent-display-name=nukacolaquantom;reply-thread-parent-msg-id=50ae8f29-e35d-4652-9884-845943552a5f;reply-thread-parent-user-id=217419384;reply-thread-parent-user-login=nukacolaquantom;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764698228;turbo=0;user-id=182876289;user-type= :luv__harp!luv__harp@luv__harp.tmi.twitch.tv PRIVMSG #rainbow6 :@nukacolaquantom that is the way that in game currencies work to extract the max cash so no","message_id":"4dbe4ee2-649c-40ce-941b-6651053f5e4c","user_id":"182876289","username":"luv__harp","text":"@nukacolaquantom that is the way that in game currencies work to extract the max cash so no","badges":{"blossom-badge":"1"},"emotes":{},"tmi_sent_ts":1782764698228,"stream_offset_ms":17371228}
|
| 14 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=premium/1;client-nonce=9075D9C6-6CE3-4D1B-8D1D-A3631CF72AB4;color=;display-name=bucklingbow7444;emotes=;first-msg=0;flags=;id=f4e80c89-b28a-4a77-abf1-6cb4f760d209;mod=0;reply-parent-display-name=jacobi4444;reply-parent-msg-body=wait\\swho\\swon;reply-parent-msg-id=ee72d488-43df-46bd-80d3-30f48ea9d703;reply-parent-user-id=1507839220;reply-parent-user-login=jacobi4444;reply-thread-parent-display-name=jacobi4444;reply-thread-parent-msg-id=ee72d488-43df-46bd-80d3-30f48ea9d703;reply-thread-parent-user-id=1507839220;reply-thread-parent-user-login=jacobi4444;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764700852;turbo=0;user-id=448379393;user-type= :bucklingbow7444!bucklingbow7444@bucklingbow7444.tmi.twitch.tv PRIVMSG #rainbow6 :@jacobi4444 yah mum","message_id":"f4e80c89-b28a-4a77-abf1-6cb4f760d209","user_id":"448379393","username":"bucklingbow7444","text":"@jacobi4444 yah mum","badges":{"premium":"1"},"emotes":{},"tmi_sent_ts":1782764700852,"stream_offset_ms":17373852}
|
| 15 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=ab563130-ba95-4d2e-90d8-46e8bf7c0c0e;color=;display-name=vavahsy;emotes=;first-msg=0;flags=;id=144c1fc8-b8d5-49d6-aea3-5f5cdc45d8d6;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764701921;turbo=0;user-id=1516709820;user-type= :vavahsy!vavahsy@vavahsy.tmi.twitch.tv PRIVMSG #rainbow6 :I'm gonna all in on RB","message_id":"144c1fc8-b8d5-49d6-aea3-5f5cdc45d8d6","user_id":"1516709820","username":"vavahsy","text":"I'm gonna all in on RB","badges":{},"emotes":{},"tmi_sent_ts":1782764701921,"stream_offset_ms":17374921}
|
| 16 |
-
{"channel":"rainbow6","raw_message":"@badge-info=subscriber/2;badges=subscriber/2,nasa-artemis-ii/1;client-nonce=0c9210cca6f44aecb1682ca6e031f18e;color=#8A2BE2;display-name=helloimcoo;emotes=555555595:6-7;first-msg=0;flags=;id=25b4b703-acdc-4eff-9e1e-b86499806a4c;mod=0;returning-chatter=0;room-id=65171890;subscriber=1;tmi-sent-ts=1782764709163;turbo=0;user-id=196437145;user-type= :helloimcoo!helloimcoo@helloimcoo.tmi.twitch.tv PRIVMSG #rainbow6 :Si 25 ;P","message_id":"25b4b703-acdc-4eff-9e1e-b86499806a4c","user_id":"196437145","username":"helloimcoo","text":"Si 25 ;P","badges":{"subscriber":"2","nasa-artemis-ii":"1"},"emotes":{"555555595":["6-7"]},"tmi_sent_ts":1782764709163,"stream_offset_ms":17382163}
|
| 17 |
-
{"channel":"rainbow6","raw_message":"@badge-info=predictions/Team\\sHeretics;badges=predictions/blue-1,blossom-badge/1;client-nonce=BB7D982F-6B29-4011-8C3D-6C23D9B23996;color=#8A2BE2;display-name=Chiefmak;emotes=;first-msg=0;flags=;id=b15cd333-66b3-486a-a912-f113fdff280e;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764709832;turbo=0;user-id=99643778;user-type= :chiefmak!chiefmak@chiefmak.tmi.twitch.tv PRIVMSG #rainbow6 :reaz aim method get","message_id":"b15cd333-66b3-486a-a912-f113fdff280e","user_id":"99643778","username":"chiefmak","text":"reaz aim method get","badges":{"predictions":"blue-1","blossom-badge":"1"},"emotes":{},"tmi_sent_ts":1782764709832,"stream_offset_ms":17382832}
|
| 18 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=86EA4B48-E10A-46A6-B404-AFF05C06311F;color=#FF4500;display-name=tompeattie;emotes=;first-msg=0;flags=;id=c55e19cc-45ad-4b2f-a2e6-d24fc52b4c41;mod=0;reply-parent-display-name=jimbo_swagginzz;reply-parent-msg-body=I’m\\sat\\slike\\s85%\\sdone\\swith\\smy\\s3\\shour\\spack\\scompletion;reply-parent-msg-id=691c4d2d-3f3c-4594-978f-aa4f603b3d59;reply-parent-user-id=1516935479;reply-parent-user-login=jimbo_swagginzz;reply-thread-parent-display-name=jimbo_swagginzz;reply-thread-parent-msg-id=691c4d2d-3f3c-4594-978f-aa4f603b3d59;reply-thread-parent-user-id=1516935479;reply-thread-parent-user-login=jimbo_swagginzz;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764710428;turbo=0;user-id=521574237;user-type= :tompeattie!tompeattie@tompeattie.tmi.twitch.tv PRIVMSG #rainbow6 :@jimbo_swagginzz I’m 79% done with my 9 hour pack","message_id":"c55e19cc-45ad-4b2f-a2e6-d24fc52b4c41","user_id":"521574237","username":"tompeattie","text":"@jimbo_swagginzz I’m 79% done with my 9 hour pack","badges":{},"emotes":{},"tmi_sent_ts":1782764710428,"stream_offset_ms":17383428}
|
| 19 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=57f87a9f5c1842888739cc42af7be71c;color=;display-name=nukacolaquantom;emotes=;first-msg=0;flags=;id=34575c41-adbf-4344-a73f-b163fdf48169;mod=0;reply-parent-display-name=ExoticDILF;reply-parent-msg-body=@nukacolaquantom\\ssell\\ssomething\\swhen\\smarketplace\\scomes\\sback\\sor\\swait\\suntil\\snext\\sseason;reply-parent-msg-id=25f40a46-9518-4db8-acea-cca3dceca7c4;reply-parent-user-id=73340584;reply-parent-user-login=exoticdilf;reply-thread-parent-display-name=ExoticDILF;reply-thread-parent-msg-id=25f40a46-9518-4db8-acea-cca3dceca7c4;reply-thread-parent-user-id=73340584;reply-thread-parent-user-login=exoticdilf;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764715584;turbo=0;user-id=217419384;user-type= :nukacolaquantom!nukacolaquantom@nukacolaquantom.tmi.twitch.tv PRIVMSG #rainbow6 :@ExoticDILF do we know when marketplace is coming back?","message_id":"34575c41-adbf-4344-a73f-b163fdf48169","user_id":"217419384","username":"nukacolaquantom","text":"@ExoticDILF do we know when marketplace is coming back?","badges":{},"emotes":{},"tmi_sent_ts":1782764715584,"stream_offset_ms":17388584}
|
| 20 |
-
{"channel":"rainbow6","raw_message":"@badge-info=predictions/Team\\sHeretics;badges=predictions/blue-1,blossom-badge/1;client-nonce=2F3CD554-CD34-48DA-93B1-D80FABF13377;color=#8A2BE2;display-name=Chiefmak;emotes=;first-msg=0;flags=;id=f8f285b8-8c69-42e4-9c1e-703f42a76307;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764717535;turbo=0;user-id=99643778;user-type= :chiefmak!chiefmak@chiefmak.tmi.twitch.tv PRIVMSG #rainbow6 :ftw","message_id":"f8f285b8-8c69-42e4-9c1e-703f42a76307","user_id":"99643778","username":"chiefmak","text":"ftw","badges":{"predictions":"blue-1","blossom-badge":"1"},"emotes":{},"tmi_sent_ts":1782764717535,"stream_offset_ms":17390535}
|
| 21 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=3d7585b4-9132-4a19-be0c-ba68566b1bd5;color=#FF69B4;display-name=halfreaks;emotes=;first-msg=0;flags=;id=a57ef377-80ea-49f8-bd46-3d87f122d800;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764719445;turbo=0;user-id=270400289;user-type= :halfreaks!halfreaks@halfreaks.tmi.twitch.tv PRIVMSG #rainbow6 :we have everything the size of a movie theater if you want something big maybe contact a group of designers","message_id":"a57ef377-80ea-49f8-bd46-3d87f122d800","user_id":"270400289","username":"halfreaks","text":"we have everything the size of a movie theater if you want something big maybe contact a group of designers","badges":{},"emotes":{},"tmi_sent_ts":1782764719445,"stream_offset_ms":17392445}
|
| 22 |
-
{"channel":"rainbow6","raw_message":"@badge-info=predictions/Team\\sHeretics,subscriber/20;badges=predictions/blue-1,subscriber/18,unicorn-tachanka/1;client-nonce=5F61E01C-235D-490D-9874-EF0E44BF09BE;color=#00FF7F;display-name=grimrose_gaming;emotes=;first-msg=0;flags=;id=1af478a5-917a-4094-b4b8-f76c0fb77185;mod=0;returning-chatter=0;room-id=65171890;subscriber=1;tmi-sent-ts=1782764722527;turbo=0;user-id=119929191;user-type= :grimrose_gaming!grimrose_gaming@grimrose_gaming.tmi.twitch.tv PRIVMSG #rainbow6 :why am I betting the terrorists man","message_id":"1af478a5-917a-4094-b4b8-f76c0fb77185","user_id":"119929191","username":"grimrose_gaming","text":"why am I betting the terrorists man","badges":{"predictions":"blue-1","subscriber":"18","unicorn-tachanka":"1"},"emotes":{},"tmi_sent_ts":1782764722527,"stream_offset_ms":17395527}
|
| 23 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=moderator/1,bot-badge/1;color=#54BC75;display-name=Moobot;emotes=;first-msg=0;flags=;id=22b17597-df4d-4faa-b47b-7f318fc8889d;mod=1;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764722768;turbo=0;user-id=1564983;user-type=mod :moobot!moobot@moobot.tmi.twitch.tv PRIVMSG #rainbow6 :As this broadcast is in English, please converse in English in the chat.","message_id":"22b17597-df4d-4faa-b47b-7f318fc8889d","user_id":"1564983","username":"moobot","text":"As this broadcast is in English, please converse in English in the chat.","badges":{"moderator":"1","bot-badge":"1"},"emotes":{},"tmi_sent_ts":1782764722768,"stream_offset_ms":17395768}
|
| 24 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=premium/1;client-nonce=100CC84C-E189-4DE1-847B-BCA828E8F44D;color=;display-name=bgoat2457;emotes=;first-msg=0;flags=;id=2c3a9245-76f5-45b5-8f65-a957d82821b6;mod=0;reply-parent-display-name=Luv__Harp;reply-parent-msg-body=@nukacolaquantom\\sthat\\sis\\sthe\\sway\\sthat\\sin\\sgame\\scurrencies\\swork\\sto\\sextract\\sthe\\smax\\scash\\sso\\sno;reply-parent-msg-id=4dbe4ee2-649c-40ce-941b-6651053f5e4c;reply-parent-user-id=182876289;reply-parent-user-login=luv__harp;reply-thread-parent-display-name=nukacolaquantom;reply-thread-parent-msg-id=50ae8f29-e35d-4652-9884-845943552a5f;reply-thread-parent-user-id=217419384;reply-thread-parent-user-login=nukacolaquantom;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764745130;turbo=0;user-id=1409449736;user-type= :bgoat2457!bgoat2457@bgoat2457.tmi.twitch.tv PRIVMSG #rainbow6 :@Luv__Harp cool you wake up at five in the morning to turn on the stream","message_id":"2c3a9245-76f5-45b5-8f65-a957d82821b6","user_id":"1409449736","username":"bgoat2457","text":"@Luv__Harp cool you wake up at five in the morning to turn on the stream","badges":{"premium":"1"},"emotes":{},"tmi_sent_ts":1782764745130,"stream_offset_ms":17418130}
|
| 25 |
-
{"channel":"rainbow6","raw_message":"@badge-info=predictions/Rebels;badges=predictions/pink-2,blossom-badge/1;client-nonce=E5DDD568-495F-46D1-AE49-1C79DB5A33BD;color=#00FF7F;display-name=myklay;emotes=;first-msg=0;flags=;id=f707e62f-9dc5-4d87-93be-2f5e2d266667;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764745307;turbo=0;user-id=1016587913;user-type= :myklay!myklay@myklay.tmi.twitch.tv PRIVMSG #rainbow6 :82%","message_id":"f707e62f-9dc5-4d87-93be-2f5e2d266667","user_id":"1016587913","username":"myklay","text":"82%","badges":{"predictions":"pink-2","blossom-badge":"1"},"emotes":{},"tmi_sent_ts":1782764745307,"stream_offset_ms":17418307}
|
| 26 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=dd39c05bd67245e5bb92ce4200afe2df;color=;display-name=nukacolaquantom;emotes=;first-msg=0;flags=;id=14f5efed-e747-4b7f-8e33-199f2645ae4f;mod=0;reply-parent-display-name=Luv__Harp;reply-parent-msg-body=@nukacolaquantom\\sthat\\sis\\sthe\\sway\\sthat\\sin\\sgame\\scurrencies\\swork\\sto\\sextract\\sthe\\smax\\scash\\sso\\sno;reply-parent-msg-id=4dbe4ee2-649c-40ce-941b-6651053f5e4c;reply-parent-user-id=182876289;reply-parent-user-login=luv__harp;reply-thread-parent-display-name=nukacolaquantom;reply-thread-parent-msg-id=50ae8f29-e35d-4652-9884-845943552a5f;reply-thread-parent-user-id=217419384;reply-thread-parent-user-login=nukacolaquantom;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764745827;turbo=0;user-id=217419384;user-type= :nukacolaquantom!nukacolaquantom@nukacolaquantom.tmi.twitch.tv PRIVMSG #rainbow6 :@Luv__Harp Tom Clancy strikes again","message_id":"14f5efed-e747-4b7f-8e33-199f2645ae4f","user_id":"217419384","username":"nukacolaquantom","text":"@Luv__Harp Tom Clancy strikes again","badges":{},"emotes":{},"tmi_sent_ts":1782764745827,"stream_offset_ms":17418827}
|
| 27 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;color=#1E90FF;display-name=xAliHussein;emotes=;first-msg=0;flags=;id=59f15f8e-1e2e-4dc0-afd6-c636a13b0f69;mod=0;msg-id=highlighted-message;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764755317;turbo=0;user-id=1464729118;user-type= :xalihussein!xalihussein@xalihussein.tmi.twitch.tv PRIVMSG #rainbow6 :inv i play r6s …. xAliHussein-","message_id":"59f15f8e-1e2e-4dc0-afd6-c636a13b0f69","user_id":"1464729118","username":"xalihussein","text":"inv i play r6s …. xAliHussein-","badges":{},"emotes":{},"tmi_sent_ts":1782764755317,"stream_offset_ms":17428317}
|
| 28 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=blossom-badge/1;client-nonce=42a67748f7884fe19304c8bae2682de5;color=#D7BE7A;display-name=Luv__Harp;emotes=;first-msg=0;flags=;id=890dcccc-2d48-4ad1-8ca1-b143a8af0725;mod=0;reply-parent-display-name=bgoat2457;reply-parent-msg-body=@Luv__Harp\\scool\\syou\\swake\\sup\\sat\\sfive\\sin\\sthe\\smorning\\sto\\sturn\\son\\sthe\\sstream;reply-parent-msg-id=2c3a9245-76f5-45b5-8f65-a957d82821b6;reply-parent-user-id=1409449736;reply-parent-user-login=bgoat2457;reply-thread-parent-display-name=nukacolaquantom;reply-thread-parent-msg-id=50ae8f29-e35d-4652-9884-845943552a5f;reply-thread-parent-user-id=217419384;reply-thread-parent-user-login=nukacolaquantom;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764809433;turbo=0;user-id=182876289;user-type= :luv__harp!luv__harp@luv__harp.tmi.twitch.tv PRIVMSG #rainbow6 :@bgoat2457 okay??","message_id":"890dcccc-2d48-4ad1-8ca1-b143a8af0725","user_id":"182876289","username":"luv__harp","text":"@bgoat2457 okay??","badges":{"blossom-badge":"1"},"emotes":{},"tmi_sent_ts":1782764809433,"stream_offset_ms":17482433}
|
| 29 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=premium/1;client-nonce=F329D1EA-BC33-43C2-B43C-79527E91BAAB;color=;display-name=jake64325;emotes=;first-msg=0;flags=;id=d95ec965-26a7-4dd6-826b-9107f418ffb6;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764815155;turbo=0;user-id=1196930044;user-type= :jake64325!jake64325@jake64325.tmi.twitch.tv PRIVMSG #rainbow6 :who does the guy talking for play for","message_id":"d95ec965-26a7-4dd6-826b-9107f418ffb6","user_id":"1196930044","username":"jake64325","text":"who does the guy talking for play for","badges":{"premium":"1"},"emotes":{},"tmi_sent_ts":1782764815155,"stream_offset_ms":17488155}
|
| 30 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=twitch-recap-2025/1;client-nonce=9e426e15db6e4cb0a1bcddca2e066f65;color=#FF0000;display-name=drgn1t3;emotes=;first-msg=0;flags=;id=69b2c5d2-d410-41fe-855e-29ac546a0b97;mod=0;reply-parent-display-name=grimrose_gaming;reply-parent-msg-body=why\\sam\\sI\\sbetting\\sthe\\sterrorists\\sman;reply-parent-msg-id=1af478a5-917a-4094-b4b8-f76c0fb77185;reply-parent-user-id=119929191;reply-parent-user-login=grimrose_gaming;reply-thread-parent-display-name=grimrose_gaming;reply-thread-parent-msg-id=1af478a5-917a-4094-b4b8-f76c0fb77185;reply-thread-parent-user-id=119929191;reply-thread-parent-user-login=grimrose_gaming;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764817766;turbo=0;user-id=156333706;user-type= :drgn1t3!drgn1t3@drgn1t3.tmi.twitch.tv PRIVMSG #rainbow6 :@grimrose_gaming Do I watch Heretics H*r*m Siege or do I watch Paraguay park the bus against Germany...","message_id":"69b2c5d2-d410-41fe-855e-29ac546a0b97","user_id":"156333706","username":"drgn1t3","text":"@grimrose_gaming Do I watch Heretics H*r*m Siege or do I watch Paraguay park the bus against Germany...","badges":{"twitch-recap-2025":"1"},"emotes":{},"tmi_sent_ts":1782764817766,"stream_offset_ms":17490766}
|
| 31 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=6E008C0C-9168-4294-B76B-77B83B034848;color=#1E90FF;display-name=xAliHussein;emote-only=1;emotes=emotesv2_b3d6131405d14419b1ba07ccb0adbec0:0-5;first-msg=0;flags=;id=e4d6fdae-dd6c-4376-b4d4-9bef15133b4b;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764826568;turbo=0;user-id=1464729118;user-type= :xalihussein!xalihussein@xalihussein.tmi.twitch.tv PRIVMSG #rainbow6 :r6ePog","message_id":"e4d6fdae-dd6c-4376-b4d4-9bef15133b4b","user_id":"1464729118","username":"xalihussein","text":"r6ePog","badges":{},"emotes":{"emotesv2_b3d6131405d14419b1ba07ccb0adbec0":["0-5"]},"tmi_sent_ts":1782764826568,"stream_offset_ms":17499568}
|
| 32 |
-
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=D2661061-7C88-4E1E-9ED3-075C815FA570;color=;display-name=putoeyes;emotes=;first-msg=0;flags=;id=bfd1df3b-650e-4574-9a66-b078450bc10a;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764851340;turbo=0;user-id=772819049;user-type= :putoeyes!putoeyes@putoeyes.tmi.twitch.tv PRIVMSG #rainbow6 :who we got winning next game team","message_id":"bfd1df3b-650e-4574-9a66-b078450bc10a","user_id":"772819049","username":"putoeyes","text":"who we got winning next game team","badges":{},"emotes":{},"tmi_sent_ts":1782764851340,"stream_offset_ms":17524340}
|
| 33 |
-
{"channel":"rainbow6","raw_message":"@badge-info=predictions/Team\\sHeretics,subscriber/20;badges=predictions/blue-1,subscriber/18,unicorn-tachanka/1;client-nonce=398B71E0-0AE7-4BCD-AFFF-F6C5BEF0FA41;color=#00FF7F;display-name=grimrose_gaming;emotes=;first-msg=0;flags=49-51:P.3;id=d65260e2-d19d-4f53-a3a6-b230b01d7db6;mod=0;returning-chatter=0;room-id=65171890;subscriber=1;tmi-sent-ts=1782764853917;turbo=0;user-id=119929191;user-type= :grimrose_gaming!grimrose_gaming@grimrose_gaming.tmi.twitch.tv PRIVMSG #rainbow6 :@drgn1t3 that has more upset potential than this pos game so go watch that","message_id":"d65260e2-d19d-4f53-a3a6-b230b01d7db6","user_id":"119929191","username":"grimrose_gaming","text":"@drgn1t3 that has more upset potential than this pos game so go watch that","badges":{"predictions":"blue-1","subscriber":"18","unicorn-tachanka":"1"},"emotes":{},"tmi_sent_ts":1782764853917,"stream_offset_ms":17526917}
|
|
|
|
|
|
| 1 |
+
{"channel":"rainbow6","raw_message":"@badge-info=subscriber/20;badges=subscriber/18,unicorn-tachanka/1;client-nonce=6014AA05-6A46-45FD-8056-E9CD94A48172;color=#00FF7F;display-name=grimrose_gaming;emotes=emotesv2_b05fb3c7b26f4360b61749321468b9e5:32-38,40-46,48-54,56-62,64-70,72-78;first-msg=0;flags=;id=27a99aec-0f86-4e6a-b41a-1442ada85d21;mod=0;returning-chatter=0;room-id=65171890;subscriber=1;tmi-sent-ts=1782764644493;turbo=0;user-id=119929191;user-type= :grimrose_gaming!grimrose_gaming@grimrose_gaming.tmi.twitch.tv PRIVMSG #rainbow6 :@luv__harp so ggs shifters then r6eKekw r6eKekw r6eKekw r6eKekw r6eKekw r6eKekw","message_id":"27a99aec-0f86-4e6a-b41a-1442ada85d21","user_id":"119929191","username":"grimrose_gaming","text":"@luv__harp so ggs shifters then r6eKekw r6eKekw r6eKekw r6eKekw r6eKekw r6eKekw","badges":{"subscriber":"18","unicorn-tachanka":"1"},"emotes":{"emotesv2_b05fb3c7b26f4360b61749321468b9e5":["32-38","40-46","48-54","56-62","64-70","72-78"]},"tmi_sent_ts":1782764644493,"stream_offset_ms":17317493}
|
| 2 |
+
{"channel":"rainbow6","raw_message":"@badge-info=predictions/Team\\sHeretics;badges=predictions/blue-1;client-nonce=495597E1-7E6E-4BE4-95FD-1987A7D247B8;color=;display-name=szabiley;emotes=;first-msg=0;flags=;id=e29c4bbd-a77d-4d78-836b-ee7a79b74564;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764646442;turbo=0;user-id=238413372;user-type= :szabiley!szabiley@szabiley.tmi.twitch.tv PRIVMSG #rainbow6 :good","message_id":"e29c4bbd-a77d-4d78-836b-ee7a79b74564","user_id":"238413372","username":"szabiley","text":"good","badges":{"predictions":"blue-1"},"emotes":{},"tmi_sent_ts":1782764646442,"stream_offset_ms":17319442}
|
| 3 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=b79ea7bd38c249e29c017ec38c12e0f7;color=;display-name=nukacolaquantom;emotes=;first-msg=0;flags=;id=50ae8f29-e35d-4652-9884-845943552a5f;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764646876;turbo=0;user-id=217419384;user-type= :nukacolaquantom!nukacolaquantom@nukacolaquantom.tmi.twitch.tv PRIVMSG #rainbow6 :Does anyone know how to get a singular r6 credit i got all the free ones from the battlepass and have 1199 and cant bring myself to buy 600 when i need 1","message_id":"50ae8f29-e35d-4652-9884-845943552a5f","user_id":"217419384","username":"nukacolaquantom","text":"Does anyone know how to get a singular r6 credit i got all the free ones from the battlepass and have 1199 and cant bring myself to buy 600 when i need 1","badges":{},"emotes":{},"tmi_sent_ts":1782764646876,"stream_offset_ms":17319876}
|
| 4 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=raging-wolf-helm/1;client-nonce=33d716489e264d95aa537a56a930d6df;color=#FF0000;display-name=Akagamiuu;emotes=;first-msg=0;flags=;id=5ae4ab31-5d81-4843-87d7-4f71b32b8181;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764648610;turbo=0;user-id=714906471;user-type= :akagamiuu!akagamiuu@akagamiuu.tmi.twitch.tv PRIVMSG #rainbow6 :who was the mvp in falcons match ??","message_id":"5ae4ab31-5d81-4843-87d7-4f71b32b8181","user_id":"714906471","username":"akagamiuu","text":"who was the mvp in falcons match ??","badges":{"raging-wolf-helm":"1"},"emotes":{},"tmi_sent_ts":1782764648610,"stream_offset_ms":17321610}
|
| 5 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=premium/1;client-nonce=ca3aa9a178354c39b35deeed12a6557a;color=#0000FF;display-name=vayrjot;emotes=;first-msg=1;flags=;id=763009ac-e76c-4b0e-87af-db219037232f;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764653218;turbo=0;user-id=594358765;user-type= :vayrjot!vayrjot@vayrjot.tmi.twitch.tv PRIVMSG #rainbow6 :!drops","message_id":"763009ac-e76c-4b0e-87af-db219037232f","user_id":"594358765","username":"vayrjot","text":"!drops","badges":{"premium":"1"},"emotes":{},"tmi_sent_ts":1782764653218,"stream_offset_ms":17326218}
|
| 6 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=premium/1;client-nonce=D7687657-7538-4AE4-9DB7-876074B0B388;color=;display-name=bucklingbow7444;emotes=;first-msg=0;flags=;id=bf991f96-f825-4a69-8dc0-2b46d840e2e7;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764655357;turbo=0;user-id=448379393;user-type= :bucklingbow7444!bucklingbow7444@bucklingbow7444.tmi.twitch.tv PRIVMSG #rainbow6 :what if we had a tech pause for the countdown guys","message_id":"bf991f96-f825-4a69-8dc0-2b46d840e2e7","user_id":"448379393","username":"bucklingbow7444","text":"what if we had a tech pause for the countdown guys","badges":{"premium":"1"},"emotes":{},"tmi_sent_ts":1782764655357,"stream_offset_ms":17328357}
|
| 7 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=premium/1;client-nonce=5976E8E0-0070-4B74-82AD-C679E6911B5C;color=;display-name=jimbo_swagginzz;emotes=;first-msg=0;flags=;id=691c4d2d-3f3c-4594-978f-aa4f603b3d59;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764666218;turbo=0;user-id=1516935479;user-type= :jimbo_swagginzz!jimbo_swagginzz@jimbo_swagginzz.tmi.twitch.tv PRIVMSG #rainbow6 :I’m at like 85% done with my 3 hour pack completion","message_id":"691c4d2d-3f3c-4594-978f-aa4f603b3d59","user_id":"1516935479","username":"jimbo_swagginzz","text":"I’m at like 85% done with my 3 hour pack completion","badges":{"premium":"1"},"emotes":{},"tmi_sent_ts":1782764666218,"stream_offset_ms":17339218}
|
| 8 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=premium/1;client-nonce=72A7C6AA-FFE6-404B-A05E-287B9F42A507;color=;display-name=jimbo_swagginzz;emotes=;first-msg=0;flags=;id=6c1926c4-90cc-4914-aefc-58a895a54ab4;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764673864;turbo=0;user-id=1516935479;user-type= :jimbo_swagginzz!jimbo_swagginzz@jimbo_swagginzz.tmi.twitch.tv PRIVMSG #rainbow6 :praying this next game goes 30 min plus","message_id":"6c1926c4-90cc-4914-aefc-58a895a54ab4","user_id":"1516935479","username":"jimbo_swagginzz","text":"praying this next game goes 30 min plus","badges":{"premium":"1"},"emotes":{},"tmi_sent_ts":1782764673864,"stream_offset_ms":17346864}
|
| 9 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=CE43BDFA-15B6-4161-952D-06C6C564186B;color=;display-name=jacobi4444;emotes=;first-msg=0;flags=;id=ee72d488-43df-46bd-80d3-30f48ea9d703;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764686212;turbo=0;user-id=1507839220;user-type= :jacobi4444!jacobi4444@jacobi4444.tmi.twitch.tv PRIVMSG #rainbow6 :wait who won","message_id":"ee72d488-43df-46bd-80d3-30f48ea9d703","user_id":"1507839220","username":"jacobi4444","text":"wait who won","badges":{},"emotes":{},"tmi_sent_ts":1782764686212,"stream_offset_ms":17359212}
|
| 10 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=0324FE12-4BB0-4D7B-9CFC-AAA52E6C2EA7;color=#A48E56;display-name=ExoticDILF;emotes=;first-msg=0;flags=;id=25f40a46-9518-4db8-acea-cca3dceca7c4;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764689023;turbo=0;user-id=73340584;user-type= :exoticdilf!exoticdilf@exoticdilf.tmi.twitch.tv PRIVMSG #rainbow6 :@nukacolaquantom sell something when marketplace comes back or wait until next season","message_id":"25f40a46-9518-4db8-acea-cca3dceca7c4","user_id":"73340584","username":"exoticdilf","text":"@nukacolaquantom sell something when marketplace comes back or wait until next season","badges":{},"emotes":{},"tmi_sent_ts":1782764689023,"stream_offset_ms":17362023}
|
| 11 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=premium/1;client-nonce=0B8E6F13-3540-4C5D-8C8F-625D067C3E56;color=;display-name=bgoat2457;emotes=;first-msg=0;flags=;id=d123d3a1-c597-43f7-9743-2decacf02a38;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764694350;turbo=0;user-id=1409449736;user-type= :bgoat2457!bgoat2457@bgoat2457.tmi.twitch.tv PRIVMSG #rainbow6 :you have two entire whole days from tomorrow","message_id":"d123d3a1-c597-43f7-9743-2decacf02a38","user_id":"1409449736","username":"bgoat2457","text":"you have two entire whole days from tomorrow","badges":{"premium":"1"},"emotes":{},"tmi_sent_ts":1782764694350,"stream_offset_ms":17367350}
|
| 12 |
+
{"channel":"rainbow6","raw_message":"@badge-info=predictions/Rebels;badges=predictions/pink-2;client-nonce=964c03e0310d4cee8c2918d82cd07760;color=;display-name=danjackso1;emotes=;first-msg=0;flags=;id=9732ad17-a6c8-4409-8569-9ac1e99cc9aa;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764695136;turbo=0;user-id=1233959100;user-type= :danjackso1!danjackso1@danjackso1.tmi.twitch.tv PRIVMSG #rainbow6 :300 points on rebels cuz I got no clue","message_id":"9732ad17-a6c8-4409-8569-9ac1e99cc9aa","user_id":"1233959100","username":"danjackso1","text":"300 points on rebels cuz I got no clue","badges":{"predictions":"pink-2"},"emotes":{},"tmi_sent_ts":1782764695136,"stream_offset_ms":17368136}
|
| 13 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=blossom-badge/1;client-nonce=bc8d27117f794a6db861b54a2c819764;color=#D7BE7A;display-name=Luv__Harp;emotes=;first-msg=0;flags=;id=4dbe4ee2-649c-40ce-941b-6651053f5e4c;mod=0;reply-parent-display-name=nukacolaquantom;reply-parent-msg-body=Does\\sanyone\\sknow\\show\\sto\\sget\\sa\\ssingular\\sr6\\scredit\\si\\sgot\\sall\\sthe\\sfree\\sones\\sfrom\\sthe\\sbattlepass\\sand\\shave\\s1199\\sand\\scant\\sbring\\smyself\\sto\\sbuy\\s600\\swhen\\si\\sneed\\s1;reply-parent-msg-id=50ae8f29-e35d-4652-9884-845943552a5f;reply-parent-user-id=217419384;reply-parent-user-login=nukacolaquantom;reply-thread-parent-display-name=nukacolaquantom;reply-thread-parent-msg-id=50ae8f29-e35d-4652-9884-845943552a5f;reply-thread-parent-user-id=217419384;reply-thread-parent-user-login=nukacolaquantom;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764698228;turbo=0;user-id=182876289;user-type= :luv__harp!luv__harp@luv__harp.tmi.twitch.tv PRIVMSG #rainbow6 :@nukacolaquantom that is the way that in game currencies work to extract the max cash so no","message_id":"4dbe4ee2-649c-40ce-941b-6651053f5e4c","user_id":"182876289","username":"luv__harp","text":"@nukacolaquantom that is the way that in game currencies work to extract the max cash so no","badges":{"blossom-badge":"1"},"emotes":{},"tmi_sent_ts":1782764698228,"stream_offset_ms":17371228}
|
| 14 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=premium/1;client-nonce=9075D9C6-6CE3-4D1B-8D1D-A3631CF72AB4;color=;display-name=bucklingbow7444;emotes=;first-msg=0;flags=;id=f4e80c89-b28a-4a77-abf1-6cb4f760d209;mod=0;reply-parent-display-name=jacobi4444;reply-parent-msg-body=wait\\swho\\swon;reply-parent-msg-id=ee72d488-43df-46bd-80d3-30f48ea9d703;reply-parent-user-id=1507839220;reply-parent-user-login=jacobi4444;reply-thread-parent-display-name=jacobi4444;reply-thread-parent-msg-id=ee72d488-43df-46bd-80d3-30f48ea9d703;reply-thread-parent-user-id=1507839220;reply-thread-parent-user-login=jacobi4444;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764700852;turbo=0;user-id=448379393;user-type= :bucklingbow7444!bucklingbow7444@bucklingbow7444.tmi.twitch.tv PRIVMSG #rainbow6 :@jacobi4444 yah mum","message_id":"f4e80c89-b28a-4a77-abf1-6cb4f760d209","user_id":"448379393","username":"bucklingbow7444","text":"@jacobi4444 yah mum","badges":{"premium":"1"},"emotes":{},"tmi_sent_ts":1782764700852,"stream_offset_ms":17373852}
|
| 15 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=ab563130-ba95-4d2e-90d8-46e8bf7c0c0e;color=;display-name=vavahsy;emotes=;first-msg=0;flags=;id=144c1fc8-b8d5-49d6-aea3-5f5cdc45d8d6;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764701921;turbo=0;user-id=1516709820;user-type= :vavahsy!vavahsy@vavahsy.tmi.twitch.tv PRIVMSG #rainbow6 :I'm gonna all in on RB","message_id":"144c1fc8-b8d5-49d6-aea3-5f5cdc45d8d6","user_id":"1516709820","username":"vavahsy","text":"I'm gonna all in on RB","badges":{},"emotes":{},"tmi_sent_ts":1782764701921,"stream_offset_ms":17374921}
|
| 16 |
+
{"channel":"rainbow6","raw_message":"@badge-info=subscriber/2;badges=subscriber/2,nasa-artemis-ii/1;client-nonce=0c9210cca6f44aecb1682ca6e031f18e;color=#8A2BE2;display-name=helloimcoo;emotes=555555595:6-7;first-msg=0;flags=;id=25b4b703-acdc-4eff-9e1e-b86499806a4c;mod=0;returning-chatter=0;room-id=65171890;subscriber=1;tmi-sent-ts=1782764709163;turbo=0;user-id=196437145;user-type= :helloimcoo!helloimcoo@helloimcoo.tmi.twitch.tv PRIVMSG #rainbow6 :Si 25 ;P","message_id":"25b4b703-acdc-4eff-9e1e-b86499806a4c","user_id":"196437145","username":"helloimcoo","text":"Si 25 ;P","badges":{"subscriber":"2","nasa-artemis-ii":"1"},"emotes":{"555555595":["6-7"]},"tmi_sent_ts":1782764709163,"stream_offset_ms":17382163}
|
| 17 |
+
{"channel":"rainbow6","raw_message":"@badge-info=predictions/Team\\sHeretics;badges=predictions/blue-1,blossom-badge/1;client-nonce=BB7D982F-6B29-4011-8C3D-6C23D9B23996;color=#8A2BE2;display-name=Chiefmak;emotes=;first-msg=0;flags=;id=b15cd333-66b3-486a-a912-f113fdff280e;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764709832;turbo=0;user-id=99643778;user-type= :chiefmak!chiefmak@chiefmak.tmi.twitch.tv PRIVMSG #rainbow6 :reaz aim method get","message_id":"b15cd333-66b3-486a-a912-f113fdff280e","user_id":"99643778","username":"chiefmak","text":"reaz aim method get","badges":{"predictions":"blue-1","blossom-badge":"1"},"emotes":{},"tmi_sent_ts":1782764709832,"stream_offset_ms":17382832}
|
| 18 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=86EA4B48-E10A-46A6-B404-AFF05C06311F;color=#FF4500;display-name=tompeattie;emotes=;first-msg=0;flags=;id=c55e19cc-45ad-4b2f-a2e6-d24fc52b4c41;mod=0;reply-parent-display-name=jimbo_swagginzz;reply-parent-msg-body=I’m\\sat\\slike\\s85%\\sdone\\swith\\smy\\s3\\shour\\spack\\scompletion;reply-parent-msg-id=691c4d2d-3f3c-4594-978f-aa4f603b3d59;reply-parent-user-id=1516935479;reply-parent-user-login=jimbo_swagginzz;reply-thread-parent-display-name=jimbo_swagginzz;reply-thread-parent-msg-id=691c4d2d-3f3c-4594-978f-aa4f603b3d59;reply-thread-parent-user-id=1516935479;reply-thread-parent-user-login=jimbo_swagginzz;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764710428;turbo=0;user-id=521574237;user-type= :tompeattie!tompeattie@tompeattie.tmi.twitch.tv PRIVMSG #rainbow6 :@jimbo_swagginzz I’m 79% done with my 9 hour pack","message_id":"c55e19cc-45ad-4b2f-a2e6-d24fc52b4c41","user_id":"521574237","username":"tompeattie","text":"@jimbo_swagginzz I’m 79% done with my 9 hour pack","badges":{},"emotes":{},"tmi_sent_ts":1782764710428,"stream_offset_ms":17383428}
|
| 19 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=57f87a9f5c1842888739cc42af7be71c;color=;display-name=nukacolaquantom;emotes=;first-msg=0;flags=;id=34575c41-adbf-4344-a73f-b163fdf48169;mod=0;reply-parent-display-name=ExoticDILF;reply-parent-msg-body=@nukacolaquantom\\ssell\\ssomething\\swhen\\smarketplace\\scomes\\sback\\sor\\swait\\suntil\\snext\\sseason;reply-parent-msg-id=25f40a46-9518-4db8-acea-cca3dceca7c4;reply-parent-user-id=73340584;reply-parent-user-login=exoticdilf;reply-thread-parent-display-name=ExoticDILF;reply-thread-parent-msg-id=25f40a46-9518-4db8-acea-cca3dceca7c4;reply-thread-parent-user-id=73340584;reply-thread-parent-user-login=exoticdilf;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764715584;turbo=0;user-id=217419384;user-type= :nukacolaquantom!nukacolaquantom@nukacolaquantom.tmi.twitch.tv PRIVMSG #rainbow6 :@ExoticDILF do we know when marketplace is coming back?","message_id":"34575c41-adbf-4344-a73f-b163fdf48169","user_id":"217419384","username":"nukacolaquantom","text":"@ExoticDILF do we know when marketplace is coming back?","badges":{},"emotes":{},"tmi_sent_ts":1782764715584,"stream_offset_ms":17388584}
|
| 20 |
+
{"channel":"rainbow6","raw_message":"@badge-info=predictions/Team\\sHeretics;badges=predictions/blue-1,blossom-badge/1;client-nonce=2F3CD554-CD34-48DA-93B1-D80FABF13377;color=#8A2BE2;display-name=Chiefmak;emotes=;first-msg=0;flags=;id=f8f285b8-8c69-42e4-9c1e-703f42a76307;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764717535;turbo=0;user-id=99643778;user-type= :chiefmak!chiefmak@chiefmak.tmi.twitch.tv PRIVMSG #rainbow6 :ftw","message_id":"f8f285b8-8c69-42e4-9c1e-703f42a76307","user_id":"99643778","username":"chiefmak","text":"ftw","badges":{"predictions":"blue-1","blossom-badge":"1"},"emotes":{},"tmi_sent_ts":1782764717535,"stream_offset_ms":17390535}
|
| 21 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=3d7585b4-9132-4a19-be0c-ba68566b1bd5;color=#FF69B4;display-name=halfreaks;emotes=;first-msg=0;flags=;id=a57ef377-80ea-49f8-bd46-3d87f122d800;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764719445;turbo=0;user-id=270400289;user-type= :halfreaks!halfreaks@halfreaks.tmi.twitch.tv PRIVMSG #rainbow6 :we have everything the size of a movie theater if you want something big maybe contact a group of designers","message_id":"a57ef377-80ea-49f8-bd46-3d87f122d800","user_id":"270400289","username":"halfreaks","text":"we have everything the size of a movie theater if you want something big maybe contact a group of designers","badges":{},"emotes":{},"tmi_sent_ts":1782764719445,"stream_offset_ms":17392445}
|
| 22 |
+
{"channel":"rainbow6","raw_message":"@badge-info=predictions/Team\\sHeretics,subscriber/20;badges=predictions/blue-1,subscriber/18,unicorn-tachanka/1;client-nonce=5F61E01C-235D-490D-9874-EF0E44BF09BE;color=#00FF7F;display-name=grimrose_gaming;emotes=;first-msg=0;flags=;id=1af478a5-917a-4094-b4b8-f76c0fb77185;mod=0;returning-chatter=0;room-id=65171890;subscriber=1;tmi-sent-ts=1782764722527;turbo=0;user-id=119929191;user-type= :grimrose_gaming!grimrose_gaming@grimrose_gaming.tmi.twitch.tv PRIVMSG #rainbow6 :why am I betting the terrorists man","message_id":"1af478a5-917a-4094-b4b8-f76c0fb77185","user_id":"119929191","username":"grimrose_gaming","text":"why am I betting the terrorists man","badges":{"predictions":"blue-1","subscriber":"18","unicorn-tachanka":"1"},"emotes":{},"tmi_sent_ts":1782764722527,"stream_offset_ms":17395527}
|
| 23 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=moderator/1,bot-badge/1;color=#54BC75;display-name=Moobot;emotes=;first-msg=0;flags=;id=22b17597-df4d-4faa-b47b-7f318fc8889d;mod=1;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764722768;turbo=0;user-id=1564983;user-type=mod :moobot!moobot@moobot.tmi.twitch.tv PRIVMSG #rainbow6 :As this broadcast is in English, please converse in English in the chat.","message_id":"22b17597-df4d-4faa-b47b-7f318fc8889d","user_id":"1564983","username":"moobot","text":"As this broadcast is in English, please converse in English in the chat.","badges":{"moderator":"1","bot-badge":"1"},"emotes":{},"tmi_sent_ts":1782764722768,"stream_offset_ms":17395768}
|
| 24 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=premium/1;client-nonce=100CC84C-E189-4DE1-847B-BCA828E8F44D;color=;display-name=bgoat2457;emotes=;first-msg=0;flags=;id=2c3a9245-76f5-45b5-8f65-a957d82821b6;mod=0;reply-parent-display-name=Luv__Harp;reply-parent-msg-body=@nukacolaquantom\\sthat\\sis\\sthe\\sway\\sthat\\sin\\sgame\\scurrencies\\swork\\sto\\sextract\\sthe\\smax\\scash\\sso\\sno;reply-parent-msg-id=4dbe4ee2-649c-40ce-941b-6651053f5e4c;reply-parent-user-id=182876289;reply-parent-user-login=luv__harp;reply-thread-parent-display-name=nukacolaquantom;reply-thread-parent-msg-id=50ae8f29-e35d-4652-9884-845943552a5f;reply-thread-parent-user-id=217419384;reply-thread-parent-user-login=nukacolaquantom;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764745130;turbo=0;user-id=1409449736;user-type= :bgoat2457!bgoat2457@bgoat2457.tmi.twitch.tv PRIVMSG #rainbow6 :@Luv__Harp cool you wake up at five in the morning to turn on the stream","message_id":"2c3a9245-76f5-45b5-8f65-a957d82821b6","user_id":"1409449736","username":"bgoat2457","text":"@Luv__Harp cool you wake up at five in the morning to turn on the stream","badges":{"premium":"1"},"emotes":{},"tmi_sent_ts":1782764745130,"stream_offset_ms":17418130}
|
| 25 |
+
{"channel":"rainbow6","raw_message":"@badge-info=predictions/Rebels;badges=predictions/pink-2,blossom-badge/1;client-nonce=E5DDD568-495F-46D1-AE49-1C79DB5A33BD;color=#00FF7F;display-name=myklay;emotes=;first-msg=0;flags=;id=f707e62f-9dc5-4d87-93be-2f5e2d266667;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764745307;turbo=0;user-id=1016587913;user-type= :myklay!myklay@myklay.tmi.twitch.tv PRIVMSG #rainbow6 :82%","message_id":"f707e62f-9dc5-4d87-93be-2f5e2d266667","user_id":"1016587913","username":"myklay","text":"82%","badges":{"predictions":"pink-2","blossom-badge":"1"},"emotes":{},"tmi_sent_ts":1782764745307,"stream_offset_ms":17418307}
|
| 26 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=dd39c05bd67245e5bb92ce4200afe2df;color=;display-name=nukacolaquantom;emotes=;first-msg=0;flags=;id=14f5efed-e747-4b7f-8e33-199f2645ae4f;mod=0;reply-parent-display-name=Luv__Harp;reply-parent-msg-body=@nukacolaquantom\\sthat\\sis\\sthe\\sway\\sthat\\sin\\sgame\\scurrencies\\swork\\sto\\sextract\\sthe\\smax\\scash\\sso\\sno;reply-parent-msg-id=4dbe4ee2-649c-40ce-941b-6651053f5e4c;reply-parent-user-id=182876289;reply-parent-user-login=luv__harp;reply-thread-parent-display-name=nukacolaquantom;reply-thread-parent-msg-id=50ae8f29-e35d-4652-9884-845943552a5f;reply-thread-parent-user-id=217419384;reply-thread-parent-user-login=nukacolaquantom;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764745827;turbo=0;user-id=217419384;user-type= :nukacolaquantom!nukacolaquantom@nukacolaquantom.tmi.twitch.tv PRIVMSG #rainbow6 :@Luv__Harp Tom Clancy strikes again","message_id":"14f5efed-e747-4b7f-8e33-199f2645ae4f","user_id":"217419384","username":"nukacolaquantom","text":"@Luv__Harp Tom Clancy strikes again","badges":{},"emotes":{},"tmi_sent_ts":1782764745827,"stream_offset_ms":17418827}
|
| 27 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;color=#1E90FF;display-name=xAliHussein;emotes=;first-msg=0;flags=;id=59f15f8e-1e2e-4dc0-afd6-c636a13b0f69;mod=0;msg-id=highlighted-message;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764755317;turbo=0;user-id=1464729118;user-type= :xalihussein!xalihussein@xalihussein.tmi.twitch.tv PRIVMSG #rainbow6 :inv i play r6s …. xAliHussein-","message_id":"59f15f8e-1e2e-4dc0-afd6-c636a13b0f69","user_id":"1464729118","username":"xalihussein","text":"inv i play r6s …. xAliHussein-","badges":{},"emotes":{},"tmi_sent_ts":1782764755317,"stream_offset_ms":17428317}
|
| 28 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=blossom-badge/1;client-nonce=42a67748f7884fe19304c8bae2682de5;color=#D7BE7A;display-name=Luv__Harp;emotes=;first-msg=0;flags=;id=890dcccc-2d48-4ad1-8ca1-b143a8af0725;mod=0;reply-parent-display-name=bgoat2457;reply-parent-msg-body=@Luv__Harp\\scool\\syou\\swake\\sup\\sat\\sfive\\sin\\sthe\\smorning\\sto\\sturn\\son\\sthe\\sstream;reply-parent-msg-id=2c3a9245-76f5-45b5-8f65-a957d82821b6;reply-parent-user-id=1409449736;reply-parent-user-login=bgoat2457;reply-thread-parent-display-name=nukacolaquantom;reply-thread-parent-msg-id=50ae8f29-e35d-4652-9884-845943552a5f;reply-thread-parent-user-id=217419384;reply-thread-parent-user-login=nukacolaquantom;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764809433;turbo=0;user-id=182876289;user-type= :luv__harp!luv__harp@luv__harp.tmi.twitch.tv PRIVMSG #rainbow6 :@bgoat2457 okay??","message_id":"890dcccc-2d48-4ad1-8ca1-b143a8af0725","user_id":"182876289","username":"luv__harp","text":"@bgoat2457 okay??","badges":{"blossom-badge":"1"},"emotes":{},"tmi_sent_ts":1782764809433,"stream_offset_ms":17482433}
|
| 29 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=premium/1;client-nonce=F329D1EA-BC33-43C2-B43C-79527E91BAAB;color=;display-name=jake64325;emotes=;first-msg=0;flags=;id=d95ec965-26a7-4dd6-826b-9107f418ffb6;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764815155;turbo=0;user-id=1196930044;user-type= :jake64325!jake64325@jake64325.tmi.twitch.tv PRIVMSG #rainbow6 :who does the guy talking for play for","message_id":"d95ec965-26a7-4dd6-826b-9107f418ffb6","user_id":"1196930044","username":"jake64325","text":"who does the guy talking for play for","badges":{"premium":"1"},"emotes":{},"tmi_sent_ts":1782764815155,"stream_offset_ms":17488155}
|
| 30 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=twitch-recap-2025/1;client-nonce=9e426e15db6e4cb0a1bcddca2e066f65;color=#FF0000;display-name=drgn1t3;emotes=;first-msg=0;flags=;id=69b2c5d2-d410-41fe-855e-29ac546a0b97;mod=0;reply-parent-display-name=grimrose_gaming;reply-parent-msg-body=why\\sam\\sI\\sbetting\\sthe\\sterrorists\\sman;reply-parent-msg-id=1af478a5-917a-4094-b4b8-f76c0fb77185;reply-parent-user-id=119929191;reply-parent-user-login=grimrose_gaming;reply-thread-parent-display-name=grimrose_gaming;reply-thread-parent-msg-id=1af478a5-917a-4094-b4b8-f76c0fb77185;reply-thread-parent-user-id=119929191;reply-thread-parent-user-login=grimrose_gaming;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764817766;turbo=0;user-id=156333706;user-type= :drgn1t3!drgn1t3@drgn1t3.tmi.twitch.tv PRIVMSG #rainbow6 :@grimrose_gaming Do I watch Heretics H*r*m Siege or do I watch Paraguay park the bus against Germany...","message_id":"69b2c5d2-d410-41fe-855e-29ac546a0b97","user_id":"156333706","username":"drgn1t3","text":"@grimrose_gaming Do I watch Heretics H*r*m Siege or do I watch Paraguay park the bus against Germany...","badges":{"twitch-recap-2025":"1"},"emotes":{},"tmi_sent_ts":1782764817766,"stream_offset_ms":17490766}
|
| 31 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=6E008C0C-9168-4294-B76B-77B83B034848;color=#1E90FF;display-name=xAliHussein;emote-only=1;emotes=emotesv2_b3d6131405d14419b1ba07ccb0adbec0:0-5;first-msg=0;flags=;id=e4d6fdae-dd6c-4376-b4d4-9bef15133b4b;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764826568;turbo=0;user-id=1464729118;user-type= :xalihussein!xalihussein@xalihussein.tmi.twitch.tv PRIVMSG #rainbow6 :r6ePog","message_id":"e4d6fdae-dd6c-4376-b4d4-9bef15133b4b","user_id":"1464729118","username":"xalihussein","text":"r6ePog","badges":{},"emotes":{"emotesv2_b3d6131405d14419b1ba07ccb0adbec0":["0-5"]},"tmi_sent_ts":1782764826568,"stream_offset_ms":17499568}
|
| 32 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=D2661061-7C88-4E1E-9ED3-075C815FA570;color=;display-name=putoeyes;emotes=;first-msg=0;flags=;id=bfd1df3b-650e-4574-9a66-b078450bc10a;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764851340;turbo=0;user-id=772819049;user-type= :putoeyes!putoeyes@putoeyes.tmi.twitch.tv PRIVMSG #rainbow6 :who we got winning next game team","message_id":"bfd1df3b-650e-4574-9a66-b078450bc10a","user_id":"772819049","username":"putoeyes","text":"who we got winning next game team","badges":{},"emotes":{},"tmi_sent_ts":1782764851340,"stream_offset_ms":17524340}
|
| 33 |
+
{"channel":"rainbow6","raw_message":"@badge-info=predictions/Team\\sHeretics,subscriber/20;badges=predictions/blue-1,subscriber/18,unicorn-tachanka/1;client-nonce=398B71E0-0AE7-4BCD-AFFF-F6C5BEF0FA41;color=#00FF7F;display-name=grimrose_gaming;emotes=;first-msg=0;flags=49-51:P.3;id=d65260e2-d19d-4f53-a3a6-b230b01d7db6;mod=0;returning-chatter=0;room-id=65171890;subscriber=1;tmi-sent-ts=1782764853917;turbo=0;user-id=119929191;user-type= :grimrose_gaming!grimrose_gaming@grimrose_gaming.tmi.twitch.tv PRIVMSG #rainbow6 :@drgn1t3 that has more upset potential than this pos game so go watch that","message_id":"d65260e2-d19d-4f53-a3a6-b230b01d7db6","user_id":"119929191","username":"grimrose_gaming","text":"@drgn1t3 that has more upset potential than this pos game so go watch that","badges":{"predictions":"blue-1","subscriber":"18","unicorn-tachanka":"1"},"emotes":{},"tmi_sent_ts":1782764853917,"stream_offset_ms":17526917}
|
| 34 |
+
{"channel":"rainbow6","raw_message":"@badge-info=;badges=;client-nonce=C94A49F2-6484-4124-9AE8-A7F6BCAF6761;color=;display-name=ba_oh2;emote-only=1;emotes=emotesv2_1716d3c03f764df7a2264c6b6494417d:0-5,7-12,14-19;first-msg=0;flags=;id=1fedef6c-b30d-4f0a-9fcb-d9b50220f19b;mod=0;returning-chatter=0;room-id=65171890;subscriber=0;tmi-sent-ts=1782764870018;turbo=0;user-id=1215342375;user-type= :ba_oh2!ba_oh2@ba_oh2.tmi.twitch.tv PRIVMSG #rainbow6 :r6eLUL r6eLUL r6eLUL","message_id":"1fedef6c-b30d-4f0a-9fcb-d9b50220f19b","user_id":"1215342375","username":"ba_oh2","text":"r6eLUL r6eLUL r6eLUL","badges":{},"emotes":{"emotesv2_1716d3c03f764df7a2264c6b6494417d":["0-5","7-12","14-19"]},"tmi_sent_ts":1782764870018,"stream_offset_ms":17543018}
|
data/tumblurr.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/youngmulti.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/zackrawrr.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/zerator.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|