AtAnyRate/.env.example
ilia dfed03897d
All checks were successful
CI / skip-ci-check (push) Successful in 4s
CI / secret-scan (push) Successful in 3s
CI / python-ci (push) Successful in 32s
Improve Airbnb browser automation and calendar updates.
Adds browser helper, expands calendar sync, and documents handoff status.
2026-06-04 13:08:32 -04:00

27 lines
734 B
Plaintext

# === Event providers ===
TICKETMASTER_KEY=your_ticketmaster_api_key_here
# Optional — leave placeholder to skip SeatGeek (Ticketmaster-only still works)
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
# === Search location (default: Thornhill, ON — 30km covers Toronto + GTA) ===
SEARCH_LAT=43.8083
SEARCH_LON=-79.4220
SEARCH_RADIUS_KM=30
# === Alerts (optional) ===
# Hide low-impact events from Telegram and Airbnb date list (0 = show all)
MIN_ALERT_SCORE=0
# === General ===
LOOKAHEAD_DAYS=30
LOG_LEVEL=INFO