listmonk-messenger icon indicating copy to clipboard operation
listmonk-messenger copied to clipboard

Telegram

Open reinethernal opened this issue 1 year ago • 7 comments

Hi! Could you provide an example for telegram messenger?

reinethernal avatar Jul 19 '22 18:07 reinethernal

@reinethernal If i understanding correctly, you are looking for a telegram messenger implementation for connecting to listmonk?

joeirimpan avatar Jul 19 '22 18:07 joeirimpan

@joeirimpan yes, you're right!

reinethernal avatar Jul 19 '22 18:07 reinethernal

Ref: https://github.com/go-telegram-bot-api/telegram-bot-api#example

  1. Initialize telegram client.
  2. Implement .Push() where we can push to telegram chat. See example here

joeirimpan avatar Jul 19 '22 18:07 joeirimpan

So i have to build it from source using your commecnt? Or i can use prebuilt binary?

reinethernal avatar Jul 19 '22 21:07 reinethernal

I haven't added Telegram provider to this project yet. @reinethernal Are you interested in building this out?

joeirimpan avatar Jul 20 '22 04:07 joeirimpan

Sure, and not only telegram

reinethernal avatar Jul 20 '22 04:07 reinethernal

There is also apprise which can be used to integrate almost everything without much effort.

ggalan87 avatar Oct 27 '22 08:10 ggalan87