File size: 583 Bytes
f7323a3 12176df |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# Financial Platform Environment Variables
# DeepSeek API Key (for AI-powered insights)
DEEPSEEK_API_KEY=your-deepseek-api-key-here
# News Service URL (for news aggregation with sentiment analysis)
NEWS_SERVICE_URL=http://localhost:5000
# Alpha Vantage API Key (optional, for forex data)
ALPHA_VANTAGE_KEY=your-alpha-vantage-key-here
# Twitter/X Credentials (for real-time news monitoring via Twikit)
# Create a Twitter account or use existing credentials
TWITTER_USERNAME=your-twitter-username
TWITTER_EMAIL=your-twitter-email@example.com
TWITTER_PASSWORD=your-twitter-password
|