managarten/services/mana-events/src
Till JS 97abd251e3 fix(events): Eventbrite provider — switch from dead API to web scraping
Eventbrite shut down their public Event Search API (/v3/events/search)
in 2023. The provider now uses the website extractor pipeline
(mana-research + LLM) to scrape Eventbrite's public search pages.
No API key needed — same pipeline as any website source.

Also adds mana-events to generate-env.mjs for automatic .env generation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-18 16:51:58 +02:00
..
__tests__ fix(events): Eventbrite provider — switch from dead API to web scraping 2026-04-18 16:51:58 +02:00
db feat(events): add Event Discovery — Phase 1 + 2 2026-04-18 15:30:46 +02:00
discovery fix(events): Eventbrite provider — switch from dead API to web scraping 2026-04-18 16:51:58 +02:00
lib fix(events): production wiring + polling resilience (quick wins) 2026-04-07 18:53:29 +02:00
middleware feat(events): add mana-events service + public RSVP flow (Phase 1b) 2026-04-07 14:27:48 +02:00
routes feat(events): Phase 4 — provider adapters for Eventbrite + Meetup 2026-04-18 15:43:40 +02:00
app.ts feat(events): add Event Discovery — Phase 1 + 2 2026-04-18 15:30:46 +02:00
config.ts fix(events): Eventbrite provider — switch from dead API to web scraping 2026-04-18 16:51:58 +02:00
index.ts feat(events): add Event Discovery — Phase 1 + 2 2026-04-18 15:30:46 +02:00