Settings

Theme

Building a Telegram Bot with Cloudflare Workers, Durable Objects and Grammy

flashblaze.xyz

41 points by flashblaze 2 months ago · 10 comments

Reader

koakuma-chan 2 months ago

Cute blog post. I would suggest to not use wrappers for building Telegram bots, and instead learn how it actually works. State management can be complex when building menus.

  • sixhobbits 2 months ago

    yeah I've built a bunch of small and medium bots and every time I've tried to use a library I've run into way more problems than just using the telegram API directly, which is definitely one of the nicer APIs I've used

    And between the really good docs and thousands of community wrappers, the agents can usually one-shot complex Telegram-API related features too.

  • flashblazeOP 2 months ago

    Will definitely give that a try next time

gowthamgts12 2 months ago

> Not everything has to be AI

well, not everything has to be workers or serverless :)

p1anecrazy 2 months ago

Interesting, reminds me of building bots with Lambdas and GCP Cloud functions when they were a thing.

I find sharing current location a bit of an overkill to get a user‘s timezone. What‘s your take on that?

  • flashblazeOP 2 months ago

    Yes. It is a bit overkill. But I did not find a "better" and reliable way to get timezone from the user.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection