ShotaKitazawa / minecraft-bot

Minecraft Notification Bot & Prometheus exporter
Apache License 2.0
9 stars 1 forks source link

[Feature Request] add Telegram bot support #50

Open tasi788 opened 3 years ago

tasi788 commented 3 years ago

Telegram support long polling and webhook, please consider add them

ShotaKitazawa commented 3 years ago

@tasi788 Thank you for your feature request.

But now, I don't need to support Telegram platform.

If you hope this feature strongly, please implement "telegram" package to https://github.com/ShotaKitazawa/minecraft-bot/tree/master/pkg/botplug so that fulfill this interfaces

and, New & Run in main as below.

https://github.com/ShotaKitazawa/minecraft-bot/blob/cf328f7c2bd125761a4a16e7a0f92ae42e8256a3/cmd/minecraft-bot/main.go#L136-L147