Skip to content

Python project using CoinGecko API, Mailgun, and Redis to monitor real-time prices and send customizable email alerts.

Notifications You must be signed in to change notification settings

Web-Dev-Learner/crypto-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Price Notifier

This Python-based project monitors cryptocurrency prices in real-time and sends email notifications for price alerts.

Tools & Technologies

  • 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.

Key Features

  • 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.

Watch the Crypto Price Notifier Preview

About

Python project using CoinGecko API, Mailgun, and Redis to monitor real-time prices and send customizable email alerts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages