Initial commit: EventRate pipeline, fuzzy dedup, Airbnb retries
Wire up Ticketmaster, SeatGeek, Telegram, scoring, Playwright stubs. Deduplicate events with fuzzy venue/name matching. Retry calendar updates on transient failures. Backlog tasks marked complete. Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# === Event providers ===
|
||||
TICKETMASTER_KEY=your_ticketmaster_api_key_here
|
||||
SEATGEEK_CLIENT_ID=your_seatgeek_client_id_here
|
||||
|
||||
# === Telegram ===
|
||||
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
|
||||
TELEGRAM_CHAT_ID=your_telegram_chat_id_here
|
||||
|
||||
# === Airbnb automation (optional) ===
|
||||
AIRBNB_LISTING_ID=
|
||||
AIRBNB_BASE_PRICE=150
|
||||
PRICE_INCREASE_PCT=20
|
||||
|
||||
# === General ===
|
||||
LOOKAHEAD_DAYS=30
|
||||
LOG_LEVEL=INFO
|
||||
Reference in New Issue
Block a user