base-org / pessimism

Detect real-time threats and events on OP Stack compatible blockchains
https://base-org.github.io/pessimism/
MIT License
1.54k stars 435 forks source link

Telegram bot notification support #184

Open ghost opened 1 year ago

ghost commented 1 year ago

It would be also great if we could alert certain events via Telegram asides Slack as well

epociask commented 12 months ago

Hey thank you so much for filing an issue. This would be cool to have but isn't particularly a top priority for us at the moment. You're welcome to do the implementation yourself if you'd like, I can happily provide you resources to get started! Otherwise we'd need to see more community interest before committing to an implementation on our end :)

richardgreg commented 11 months ago

Hi @epociask, would love to take this up 🙂

epociask commented 11 months ago

Hi @richardgreg, sorry for just getting back. I've assigned it to you! Please lmk if you have any questions 🙏🏻

richardgreg commented 11 months ago

No problem. You mentioned providing resources to get started. I'd love any resource you have to provide 🙂

epociask commented 11 months ago

@richardgreg Absolutely! You'll need to likely do the following to enable this:

  1. Adding a client construct in the client package
  2. Adding enums and support for client configurations in a alert-routing.yaml definition (see alert-routing)
  3. Supporting a test server implementation in the e2e framework

Lmk if you have any questions at all. My tg is @epcoiask if you'd like to ping me!

adelowo commented 8 months ago

@epociask do you have an idea if someone internally is working on this? I just might need this over the next week or so and will be open to contributing a fix

epociask commented 8 months ago

Hey @adelowo, I don't believe anyone is working on this atm. Feel free to go forward with an implementation if you'd like. Otherwise I can spend some time on it over the next week or two 🙏🏻

richardgreg commented 8 months ago

@epociask do you have an idea if someone internally is working on this? I just might need this over the next week or so and will be open to contributing a fix

Working on this too. I'm on track to submit a working solution before the end of the month

engr0001 commented 8 months ago

It would be also great if we could alert certain events via Telegram