DEV Community

neuralmint
neuralmint

Posted on

Crypto Price Alert CLI — Monitor Prices and Get Notified

Crypto Price Alert CLI — Monitor Prices and Get Notified

Set up price alerts for any cryptocurrency from your terminal. Monitor multiple coins simultaneously and get notified when targets are hit.

Features

  • Monitor coins by symbol (BTC, ETH, SOL, etc.)
  • Set high/low price thresholds
  • Multiple alerts running concurrently
  • Desktop notifications on trigger
  • JSON output for webhook integration
  • Configurable polling interval

Usage

# Set a price alert
crypto_price_alert add BTC --above 100000

# Run the monitor
crypto_price_alert watch

# List active alerts
crypto_price_alert list
Enter fullscreen mode Exit fullscreen mode

Install

pip install neuralmint/crypto-price-alert
Enter fullscreen mode Exit fullscreen mode

Support development:

SOL: 4TGyiYBjaYhFFPNYyCoJjf16ctUsWVBiMR1FXQxEfhWi

ETH: 0xe07f177E0725c11EEc8BeA34C5b5193CaF2a1A6a

Tags: python, cli, opensource, devtools
Series: neuralmint CLI Tools

Top comments (0)