Open TurboTurtle opened 5 years ago
Basic email support should be easy to implement, however adding advanced features as authentication, send rate control to avoid spamming, etc might be more complicated.
A couple of ideas for this:
python3-slacker
or python3-pytelegrambotapi
)
Right now the only indication a user has if a rig has been triggered is checking
rig list
and/or/var/log/rig/rig.log
. This isn't exactly a great experience and I would like to see us providing an active notification.My first thought is to optionally send an email. I haven't explored this too deeply though as I'm unsure of how complex we would have to make this functionality.