Initial commit: Email alerts application

This commit is contained in:
Iyeoluwa Akinrinola
2025-07-25 11:31:36 +01:00
commit adfb625ae9
6322 changed files with 2882826 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Gmail API Configuration
GOOGLE_CLIENT_ID=your_client_id_here
GOOGLE_CLIENT_SECRET=your_client_secret_here
GOOGLE_REDIRECT_URI=http://localhost:8080/callback
# Gmail API Scopes
GMAIL_SCOPES=https://www.googleapis.com/auth/gmail.readonly
# Application Settings
INBOX_LABEL=INBOX
MAX_RESULTS=100
# AI Analysis (Groq)
GROQ_API_KEY=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
# WhatsApp Integration (Twilio)
TWILIO_ACCOUNT_SID=your_twilio_account_sid_here
TWILIO_AUTH_TOKEN=your_twilio_auth_token_here
TWILIO_WHATSAPP_NUMBER=+1234567890
WHATSAPP_TO_NUMBER=+1234567890