# Changelog of Telegram Channel Scraper (`devilscrapes/telegram-channel-scraper`) Actor

- **URL**: https://apify.com/devilscrapes/telegram-channel-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/devilscrapes/telegram-channel-scraper.md

## Changelog

All notable changes to this Actor are documented here.

### \[0.0.1] — 2026-07-29

#### Added

- Actor scaffold: `.actor/actor.json`, `input_schema.json`, `pay_per_event.json`, `dataset_schema.json`, `output_schema.json`, `Dockerfile`.
- `pyproject.toml` pinned to `apify`, `curl-cffi`, `pydantic`, `selectolax` — no Crawlee crawler class; this Actor drives its own sequential fetch-and-paginate loop per channel (see design.md).
- Stub `src/main.py` that boots, reads input, and pushes a placeholder dataset row. Real scraping logic (`models.py`, `parser.py`, `scraper.py`) lands in the next implementation pass.
- Pay-Per-Event pricing: `$0.01` actor-start + `$0.002`/result ($2.00 per 1,000 posts). Channel-meta rows are never charged.
