ishsharm0-alert-system

TotalClaw 作者 totalclaw

可自定义触发条件的智能监控:价格告警(股票、加密货币、商品)、事件监控、自定义条件告警,并通过 Telegram 通知。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~ishsharm0-alert-system
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~ishsharm0-alert-system/file -o ishsharm0-alert-system.md
## 概述(中文)

可自定义触发条件的智能监控:价格告警(股票、加密货币、商品)、事件监控、自定义条件告警,并通过 Telegram 通知。

## 技能正文

# 告警系统

可自定义触发条件的智能监控 — 价格告警(股票、加密货币、商品)、事件监控、自定义条件告警,并通过 Telegram 通知。

## 用法
```python
from alert_system.alerts import AlertSystem

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

## 功能
- 价格告警(通过 yfinance 获取股票、加密货币)
- 网站/事件变更监控
- 自定义条件触发器
- 与 Cron 集成的检查
- 触发时 Telegram 通知