feat: EmailManager initial commit — Python Google APIs (Gmail, Calendar), Telegram Bot API, Ollama (local LLM), Craigslist RSS, OpenStreetMap/Overpass

This commit is contained in:
2026-07-03 12:15:46 -04:00
commit 8e3216957c
9 changed files with 2407 additions and 0 deletions
+9
View File
@@ -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