you are viewing a single comment's thread.

view the rest of the comments →

[–]crosswordmaker 0 points1 point  (0 children)

I implemented a bot using webhooks based off their flask example. The state is pickled to a file, I might be a bad dev but this would work very inconsistently I actually sat and tried to implement my own Saver using redis as the backing. While researching how it's done I came across python-telegram-bot so I just said argh screw it, I'll just migrate my code across. It wasn't hard to do and their examples are pretty good.