mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:21:08 +02:00
- Add EventProvider interface (base.ts) with fetchEvents(url, name, ctx, config) - Refactor iCal parser and website extractor as provider adapters - Add Eventbrite provider: API v3 search by location, category mapping, price info extraction. Requires EVENTBRITE_API_KEY env var. - Add Meetup provider: GraphQL API search by location, topic→category mapping, HTML stripping. Requires MEETUP_API_KEY env var. - Provider registry (getProvider, PROVIDER_TYPES) replaces hardcoded switch in crawl-scheduler - Crawl scheduler now joins sources with regions for ProviderContext (lat/lon/radius/label) — platform providers need this for geo-search - Source creation accepts 'eventbrite' and 'meetup' types (url optional) - Both providers gracefully return empty when API keys unconfigured 116 tests (all passing), no regressions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| bun.lock | ||
| CLAUDE.md | ||
| Dockerfile | ||
| drizzle.config.ts | ||
| package.json | ||
| tsconfig.json | ||