10248
This group is for questions, answers and discussions around the python-telegram-bot library. Off-topic group: @pythontelegrambottalk | Website: https://python-telegram-bot.org
Then a simple solution would be to use job scheduler to send a message every 1s, if you are broadcasting.
Читать полностью…
With Bot API 7.1 (PTB v27.1), Telegram introduced the parameter allow_paid_broadcast. This allows bots to send up to 1000 messages per second by paying a fee in Telegram Stars.
Читать полностью…
yes i did but i failed to understand what does it say
Читать полностью…
telegram.error.RetryAfter: Flood control exceeded. Retry in 10 seconds
Читать полностью…
That is a question to Telegram, not to PTB 🙃
Читать полностью…
I'm running a Telegram local bot API server on my VPS, and I know that files downloaded by the bots are cached on disk.
But why are those files deleted after just a few hours? They should at least stay on disk for a day so the bot can use the cached files.
Or Telegram should provide us with an option, like a flag, to run the server and specify how long we want to keep the cached files on the disk.
Do you guys have any solution to this problem? I want to maintain at least 24 hours of cache, or if more is possible, like a week, please tell me the solution.
I moved this discussion to the off-topic group.
Читать полностью…
Oh, hey! There's someone new joining our awesome community of Python developers ❤️ We have compiled a list of learning resources just for you:
• As Beginner
• As Programmer
• Official Tutorial
• Dive into Python
• Learn Python
• Computer Science Circles
• MIT OpenCourse
• Hitchhiker’s Guide to Python
• The @PythonRes Telegram Channel.
• Corey Schafer videos for beginners and in general
• Project Python
Sure, but please read the article in the message and write your question clearly :)
Читать полностью…
Do you recommend any libraries for job schedulers?
Читать полностью…
First you should find out if you are doing anything like a continuous broadcasting of messages.
Did you observe any patterns when this error comes?
Wiki of python-telegram-bot - Category Notable Features
Avoiding flood limits
I moved this discussion to the off-topic group.
Читать полностью…
Then it shouldn't delete them at all from my understanding
Читать полностью…
Cant you just run it in local mode for that?
Читать полностью…
And it's TON if you're doing crypto services, but if you're selling digital goods like casinos, etc., and other digital products, you should use Stars to avoid your bot being deleted.
Читать полностью…
Hello everybody, I am new with python and ptb, I created a bot with a button for payment. I want to know if I can open directly a crypto wallet with the payment data using a Telegram button
Читать полностью…
Please don't write this here.
/channel/pythontelegrambotgroup/781646
In order for someone to help you they need to know what the problem is. All you said is "bot not work". Do you expect someone else to narrow down the issue?
Читать полностью…