django-telegram-bot icon indicating copy to clipboard operation
django-telegram-bot copied to clipboard

Demo bot is not working

Open KH4St3H opened this issue 3 years ago • 6 comments

@djangotelegrambot is not responding ;)

KH4St3H avatar Feb 10 '22 11:02 KH4St3H

Here we are on 27 April, still broken

boatcoder avatar Apr 27 '22 16:04 boatcoder

June 16th, same

oriash93 avatar Jun 16 '22 10:06 oriash93

same Sep 12 2022

kamyanskiy avatar Oct 12 '22 13:10 kamyanskiy

Pretty sure this project is Dead. I did away with all the bot libraries (Except requests). We are supporting about 611 Telegram bots using that. The protocol isn't that hard although it is poorly put together and has lots of weird messages you end up handling specially. Messages come in from telegram via a view that serves for all bots. It then has a handler that deals with the information and responds accordingly. Most of what we do with the bots is outbound traffic anyway so if you have a fairly conversational bot, you might be able to benefit from a library.

boatcoder avatar Oct 12 '22 20:10 boatcoder

@boatcoder The project is still useful and widely used. It is a template project to be changed by anyone according to the Telegram bot idea they have.

If you have any ideas on how the codebase / documentation / architecture approach can be improved, please create a PR.

ohld avatar Nov 12 '22 17:11 ohld

Demo bot is not working because I killed the Digital Ocean server where it was hosted. It would be great to host the bot somewhere on Heroku

ohld avatar Nov 12 '22 17:11 ohld