rubenlagus / TelegramBots

Java library to create bots using Telegram Bots API
https://telegram.me/JavaBotsApi
MIT License
4.72k stars 1.19k forks source link

Provide AbilityBot, working with WebHook #422

Open asm0dey opened 6 years ago

asm0dey commented 6 years ago

AbilityBot API is absolutely awesome. It's much less boilerplate and makes it easier to concentrate on the logic of application instead of spaghetti-filtering. But it's impossible to scale LongPolling-based bots and scaling is essential when you're building HA applications.

addo47 commented 6 years ago

It's one thing in my backlog that needs to happen soon. :P

I'm glad you're happy with the API though!

addo47 commented 6 years ago

@asm0dey Feel free to test it out. Extend the default "AbilityBot" for long polling and "AbilityWebhookBot" for webhook.