hschickdevs / Telegram-Crypto-Alerts

The most popular open-source cryptocurrency alerting tool for Telegram! Providing alerts for simple price movements from Binance and technical indicators from Taapi.io.
MIT License
69 stars 14 forks source link

Add Webhook Feature for Cryptocurrency Price Alert Notifications #28

Open hschickdevs opened 10 months ago

hschickdevs commented 10 months ago

Overview: Aim to enhance the bot's capabilities by introducing a webhook feature. This will allow the bot to send a web request to a user-specified URL when an alert is triggered.

Specification: The webhook URL and content could be specified as optional parameters when the alert is created. This would allow people to integrate the bot into their existing trading systems.

Implementation Example: /new_alert <... params ...> webhook_url=https://www.example.com webhook_content={"trigger": "RSI14", "value": 500}