Alert System

Alert System

javimosch 8b3a538 596 B Updated

File contents

Alert System

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

Usage

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

javimosch/open-claw-skills/tree/main/skills/ishsharm0/alert-system commit 8b3a538782

Frequently asked questions

npx skillmds@latest add javimosch/alert-system