managarten/services/mana-events/src/discovery
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
..
providers fix(events): Eventbrite provider — switch from dead API to web scraping 2026-04-18 16:51:58 +02:00
crawl-scheduler.ts feat(events): Phase 4 — provider adapters for Eventbrite + Meetup 2026-04-18 15:43:40 +02:00
deduplicator.ts feat(events): add Event Discovery — Phase 1 + 2 2026-04-18 15:30:46 +02:00
feedback.ts feat(events): Phase 3 — AI tools, Event-Scout template, feedback loop 2026-04-18 15:37:28 +02:00
ical-parser.ts feat(events): add Event Discovery — Phase 1 + 2 2026-04-18 15:30:46 +02:00
scorer.ts feat(events): add Event Discovery — Phase 1 + 2 2026-04-18 15:30:46 +02:00
source-discoverer.ts feat(events): add Event Discovery — Phase 1 + 2 2026-04-18 15:30:46 +02:00
types.ts feat(events): add Event Discovery — Phase 1 + 2 2026-04-18 15:30:46 +02:00
website-extractor.ts feat(events): add Event Discovery — Phase 1 + 2 2026-04-18 15:30:46 +02:00