Hello,
First of all excellent project, and extremely fast to deploy.
I have created the bot, I have created a .env file that is being read by the telegram_bot.py, I have added my usename in .env, and when i write something at the chat and press enter, a line like this is being printed:
INFO:httpx:HTTP Request: POST https://api.telegram.org/bot_"telegram api key from BotFather"/getUpdates "HTTP/1.1 200 OK"
But I recieve no answer. No error is being printed, it's like the bot ignores me.
Any idea how to proceed???
Thank you very much for the excellent project...
Hello,
First of all excellent project, and extremely fast to deploy.
I have created the bot, I have created a .env file that is being read by the telegram_bot.py, I have added my usename in .env, and when i write something at the chat and press enter, a line like this is being printed:
INFO:httpx:HTTP Request: POST https://api.telegram.org/bot_"telegram api key from BotFather"/getUpdates "HTTP/1.1 200 OK"
But I recieve no answer. No error is being printed, it's like the bot ignores me.
Any idea how to proceed???
Thank you very much for the excellent project...