Freqtrade: Notification overhaul

Created on 25 Mar 2018  路  4Comments  路  Source: freqtrade/freqtrade

There is multiple slack/sms/.. etc support questions flying around. I think the first stab is to refactor the bot to be controlled in command line while supporting Telegram. Then we have a easier base to add more notifications.

Enhancement RPC

Most helpful comment

Here's a repo that implemented the notifiers module route:

https://github.com/CryptoSignal/crypto-signal/tree/master/app/notifiers

(MIT license)

All 4 comments

Eventually using a module like notifiers would make sense, as it supports multiple notification methods, including but not limited to Telegram, Slack, email and SMS (using Twilio).

Here's a repo that implemented the notifiers module route:

https://github.com/CryptoSignal/crypto-signal/tree/master/app/notifiers

(MIT license)

after looking at notifiers a bit more in detail - i'm not sure if notifies will bring what we need (controlling the bot over telegram does not seem possible with it unless I missed that part in the docs)

I think i'll close this since we've done huge refactorings to RPC, and integrating a new handler is now pretty straightforward (#1863).

Was this page helpful?
0 / 5 - 0 ratings