feat: EmailManager initial commit — Python Google APIs (Gmail, Calendar), Telegram Bot API, Ollama (local LLM), Craigslist RSS, OpenStreetMap/Overpass
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Copy this file to .env and fill in real values.
|
||||
# NEVER commit .env to git.
|
||||
|
||||
# Telegram bot credentials
|
||||
TELEGRAM_TOKEN=your_telegram_bot_token_here
|
||||
TELEGRAM_CHAT_ID=your_telegram_chat_id_here
|
||||
|
||||
# Google Places API key (currently unused — app uses OSM/Overpass)
|
||||
GOOGLE_PLACES_KEY=your_google_places_api_key_here
|
||||
Reference in New Issue
Block a user