joeirimpan / listmonk-messenger

Lightweight HTTP server to handle webhooks from listmonk and forward it to different messengers.
MIT License
53 stars 10 forks source link

Telegram #6

Open reinethernal opened 2 years ago

reinethernal commented 2 years ago

Hi! Could you provide an example for telegram messenger?

joeirimpan commented 2 years ago

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

reinethernal commented 2 years ago

@joeirimpan yes, you're right!

joeirimpan commented 2 years ago

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
reinethernal commented 2 years ago

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

joeirimpan commented 2 years ago

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

reinethernal commented 2 years ago

Sure, and not only telegram

ggalan87 commented 1 year ago

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