--- license: other tags: - twitch - kick - chat - stream configs: - config_name: twitch-aladinottv data_files: - split: train path: twitch/aladinottv/**/chat.jsonl - config_name: twitch-alisonrevenge data_files: - split: train path: twitch/alisonrevenge/**/chat.jsonl - config_name: twitch-arkanightlive data_files: - split: train path: twitch/arkanightlive/**/chat.jsonl - config_name: twitch-bartopanzer data_files: - split: train path: twitch/bartopanzer/**/chat.jsonl - config_name: twitch-billybella_ data_files: - split: train path: twitch/billybella_/**/chat.jsonl - config_name: twitch-dankol83 data_files: - split: train path: twitch/dankol83/**/chat.jsonl - config_name: twitch-dariomocciatwitch data_files: - split: train path: twitch/dariomocciatwitch/**/chat.jsonl - config_name: twitch-davidrubino data_files: - split: train path: twitch/davidrubino/**/chat.jsonl - config_name: twitch-diariodelrusso data_files: - split: train path: twitch/diariodelrusso/**/chat.jsonl - config_name: twitch-enkk data_files: - split: train path: twitch/enkk/**/chat.jsonl - config_name: twitch-federicacasula_ data_files: - split: train path: twitch/federicacasula_/**/chat.jsonl - config_name: twitch-fufflix data_files: - split: train path: twitch/fufflix/**/chat.jsonl - config_name: twitch-grenbaud data_files: - split: train path: twitch/grenbaud/**/chat.jsonl - config_name: twitch-gskianto data_files: - split: train path: twitch/gskianto/**/chat.jsonl - config_name: twitch-homyatol data_files: - split: train path: twitch/homyatol/**/chat.jsonl - config_name: twitch-ilgabbrone data_files: - split: train path: twitch/ilgabbrone/**/chat.jsonl - config_name: twitch-ilrossopiubelloditwitch data_files: - split: train path: twitch/ilrossopiubelloditwitch/**/chat.jsonl - config_name: twitch-immortale____ data_files: - split: train path: twitch/immortale____/**/chat.jsonl - config_name: twitch-kasumisen data_files: - split: train path: twitch/kasumisen/**/chat.jsonl - config_name: twitch-lollolacustre data_files: - split: train path: twitch/lollolacustre/**/chat.jsonl - config_name: twitch-lucakingm data_files: - split: train path: twitch/lucakingm/**/chat.jsonl - config_name: twitch-luiskant690 data_files: - split: train path: twitch/luiskant690/**/chat.jsonl - config_name: twitch-macchiativincenzo_babbohs data_files: - split: train path: twitch/macchiativincenzo_babbohs/**/chat.jsonl - config_name: twitch-marcomerrino data_files: - split: train path: twitch/marcomerrino/**/chat.jsonl - config_name: twitch-none_cerbero_podcast data_files: - split: train path: twitch/none_cerbero_podcast/**/chat.jsonl - config_name: twitch-ocwsport data_files: - split: train path: twitch/ocwsport/**/chat.jsonl - config_name: twitch-paolettopierino data_files: - split: train path: twitch/paolettopierino/**/chat.jsonl - config_name: twitch-patrizio_official data_files: - split: train path: twitch/patrizio_official/**/chat.jsonl - config_name: twitch-prokitchentv data_files: - split: train path: twitch/prokitchentv/**/chat.jsonl - config_name: twitch-ruvido_twitch data_files: - split: train path: twitch/ruvido_twitch/**/chat.jsonl - config_name: twitch-sdrumox data_files: - split: train path: twitch/sdrumox/**/chat.jsonl - config_name: twitch-ssjreda data_files: - split: train path: twitch/ssjreda/**/chat.jsonl - config_name: twitch-studytme data_files: - split: train path: twitch/studytme/**/chat.jsonl - config_name: twitch-teozano_ data_files: - split: train path: twitch/teozano_/**/chat.jsonl - config_name: twitch-thepresidentclub data_files: - split: train path: twitch/thepresidentclub/**/chat.jsonl - config_name: twitch-thevalentinanappi data_files: - split: train path: twitch/thevalentinanappi/**/chat.jsonl - config_name: twitch-tumblurr data_files: - split: train path: twitch/tumblurr/**/chat.jsonl - config_name: twitch-vegadiscoteque data_files: - split: train path: twitch/vegadiscoteque/**/chat.jsonl - config_name: kick-aladinottv data_files: - split: train path: kick/aladinottv/**/chat.jsonl - config_name: kick-eddycyalis data_files: - split: train path: kick/eddycyalis/**/chat.jsonl - config_name: kick-ilgabbrone data_files: - split: train path: kick/ilgabbrone/**/chat.jsonl - config_name: kick-lucakingm data_files: - split: train path: kick/lucakingm/**/chat.jsonl --- # stream-archive Twitch and Kick chat logs from Italian streamers. ## Streamers ### Twitch (38) aladinottv, alisonrevenge, arkanightlive, bartopanzer, billybella_, dankol83, dariomocciatwitch, davidrubino, diariodelrusso, enkk, federicacasula_, fufflix, grenbaud, gskianto, homyatol, ilgabbrone, ilrossopiubelloditwitch, immortale____, kasumisen, lollolacustre, lucakingm, luiskant690, macchiativincenzo_babbohs, marcomerrino, none_cerbero_podcast, ocwsport, paolettopierino, patrizio_official, prokitchentv, ruvido_twitch, sdrumox, ssjreda, studytme, teozano_, thepresidentclub, thevalentinanappi, tumblurr, vegadiscoteque ### Kick (4) aladinottv, eddycyalis, ilgabbrone, lucakingm ## Schema (Twitch) | Field | Type | Notes | |-------|------|-------| | time_sec | int64 | Seconds from VOD start | | time_str | string | HH:MM:SS | | user_name | string | Sender username | | user_color | string | Hex color or "" | | message | string | Chat message | | is_subscriber | bool | | | is_moderator | bool | | | reply_to | string | Replied-to username or "" | ## Schema (Kick) | Field | Type | Notes | |-------|------|-------| | time_sec | int64 | | | time_str | string | | | user_name | string | | | user_color | string | | | message | string | | | reply_to | string | |