# Changelog of Meetup Group Scraper (`devilscrapes/meetup-group-scraper`) Actor

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

## Meetup Group Scraper — Changelog

### 0.0.1 — 2026-07-20

- Scaffolded: `.actor/` (actor.json, input/output/dataset schema stubs,
  Dockerfile, icon.svg — Meetup's red "m" mark in the Devil Scrapes
  container), `src/main.py` boot-safe placeholder (reads input, logs it,
  pushes one placeholder record), tests smoke test, README skeleton.
- `src/models.py` / `src/scraper.py` ship as minimal ADR-0004 stubs
  (placeholder `ActorInput`/`ResultRow`, no XOR validator, no
  `urls.py`-based normalization yet) so `scripts/verify_pydantic.py` and
  `scripts/verify_input_prefill.py` pass from the first commit. The full
  field set (`urls.py` normalization, XOR validator, 24-field `ResultRow`),
  `src/parser.py`, `src/client.py`, real `src/scraper.py` orchestration,
  and the finalized `.actor/*.json` schemas land in later tasks — see
  `docs/specs/meetup-group-scraper/tasks.md`.
