You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to migrate the bot to Python Telegram Bot v20.0... but I have been having problems with not being able to pass the classes correctly... I would appreciate some help...
One of the problems is that in the functional version here uses PTB v5.0... the bot is initialized with
I totally understand Fransisco, and I appreciate a lot that you shared the code... I have seen several bots on telegram using your code... which by the way is still working your instance of the bot, but with some lags, every so often it crashes... and all the tweets arrive late.
I've had to make some tinker modifications to make it functional in the new telegram topics....
I was able to make it functional... but I would have liked to have used the new PTB20 functions, such as running a message once a day.... Job_Queue.run_daily... but I have not been able to .... I hope to try again when I have more time!
I have been trying to migrate the bot to Python Telegram Bot v20.0... but I have been having problems with not being able to pass the classes correctly... I would appreciate some help...
One of the problems is that in the functional version here uses PTB v5.0... the bot is initialized with
and now (v20) the ApplicationBuilder() is used, and I don't know how to start the class that forwards with the new bot instance form
The text was updated successfully, but these errors were encountered: