CoolFace
Datasetpublic

hausmer/ukr-tg-satire-2

TG channels wave 2 A second scrape wave of 6 public Telegram channels exported 2026-09-15 from their full histories via a read-only MTProto API. Same schema as the main corpora (hausmer/ukr-tg-media, hausmer/ukr-tg-satire). 24,743 text posts across: Foma_memes — Мемарня Sa-chan1917|ИзюмТГ (1,892 posts) zelenskyi_vladimir — Владимир Зеленский (пародия) (612 posts) karikaturnaya_satira — Карикатурная сатира (138 posts) memarnya_rezerv — Ініціативна група «20 см» (1,169 posts)… See the full description on the dataset page: https://huggingface.co/datasets/hausmer/ukr-tg-satire-2.

sourceHugging Faceotherupdated 11d agoView on Hugging Face
0likes52downloads
Dataset Card

TG channels wave 2

A second scrape wave of 6 public Telegram channels exported 2026-09-15 from their full histories via a read-only MTProto API. Same schema as the main corpora (`hausmer/ukr-tg-media`, `hausmer/ukr-tg-satire`).

24,743 text posts across:

  • —`Foma_memes` — Мемарня Sa-chan1917|ИзюмТГ (1,892 posts)
  • —`zelenskyi_vladimir` — Владимир Зеленский (пародия) (612 posts)
  • —`karikaturnaya_satira` — Карикатурная сатира (138 posts)
  • —`memarnya_rezerv` — Ініціативна група «20 см» (1,169 posts)
  • —`truexa_lviv` — Труха⚡Львів (9,169 posts)
  • —`georgiatruexa` — Труха 🇬🇪 Georgia (11,763 posts)

Columns

columntypedescription
idint64Telegram message id (unique per channel)
datestringpost timestamp, ISO format (UTC)
channelstringsource channel name
textstringfull message text (media stripped)

Caveat

Content is © its respective authors/channels. Research snapshot, as-is, not sanctioned. Media stripped (text only) — photos, videos and files are lost.

Usage

python
from datasets import load_dataset
ds = load_dataset("hausmer/ukr-tg-satire-2", split="Foma_memes")