ishsharm0-alert-system
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install clawskills:clawskills~ishsharm0-alert-systemcURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/clawskills%3Aclawskills~ishsharm0-alert-system/file -o ishsharm0-alert-system.md# 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