first commit

This commit is contained in:
bolade
2025-08-05 22:29:54 +01:00
commit 974ffa6554
33 changed files with 3297 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