This Python-based project monitors cryptocurrency prices in real-time and sends email notifications for price alerts.
- Python: Core language for implementation.
- CoinGecko API: Fetches real-time market data for cryptocurrencies like Bitcoin, Ethereum, and Cardano.
- Mailgun API: Sends notification emails when specific price conditions are met.
- Redis: Efficiently stores price data for quick retrieval and comparison.
- dotenv: Loads environment variables for secure configuration.
- Real-Time Monitoring: Fetches and stores the latest cryptocurrency prices.
- Threshold Notifications: Sends alerts when prices fall below predefined thresholds.
- 24-Hour Low Alerts: Notifies users when prices reach new lows.
- Customizable Settings: Users can set their preferred notification thresholds.