✓ Verified 💻 Development ✓ Enhanced Data

Alert System

Smart monitoring with customizable triggers — price alerts (stocks, crypto, products), event monitor

Rating
4.8 (399 reviews)
Downloads
6,166 downloads
Version
1.0.0

Overview

Smart monitoring with customizable triggers — price alerts (stocks, crypto, products), event monitoring, custom.

Key Features

1

Price alerts (stocks via yfinance, crypto)

2

Website/event change monitoring

3

Custom condition triggers

4

Cron-integrated checking

5

Telegram notifications on trigger

Complete Documentation

View Source →

Alert System

Smart monitoring with customizable triggers — price alerts (stocks, crypto, products), event monitoring, custom condition alerts with Telegram notification.

Usage

python
from alert_system.alerts import AlertSystem

system = AlertSystem("<username>")
system.add_alert("price", "BTC", "above", 100000)
triggered = system.check_all()

Features

  • Price alerts (stocks via yfinance, crypto)
  • Website/event change monitoring
  • Custom condition triggers
  • Cron-integrated checking
  • Telegram notifications on trigger

Installation

Terminal bash

openclaw install alert-system
    
Copied!

💻Code Examples

## Usage

-usage.py
from alert_system.alerts import AlertSystem

system = AlertSystem("<username>")
system.add_alert("price", "BTC", "above", 100000)
triggered = system.check_all()

Tags

#devops_and-cloud #monitoring

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author ishsharm0
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install alert-system