CoolFace
Datasetpublic

hausmer/ukr-tg-media-2

TG channels wave 2 A second scrape wave of 4 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). 156,893 text posts across: ukraina_ru — Украина.ру (164 posts) ukraine_express — Ukraine Express (2,153 posts) MonitoringUA — Украина. Спецоперация. Мониторинг СВО (82,149 posts) videoukraina — Видео с Украины (72,427 posts) Columns… See the full description on the dataset page: https://huggingface.co/datasets/hausmer/ukr-tg-media-2.

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

TG channels wave 2

A second scrape wave of 4 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`).

156,893 text posts across:

  • —`ukraina_ru` — Украина.ру (164 posts)
  • —`ukraine_express` — Ukraine Express (2,153 posts)
  • —`MonitoringUA` — Украина. Спецоперация. Мониторинг СВО (82,149 posts)
  • —`videoukraina` — Видео с Украины (72,427 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-media-2", split="ukraina_ru")