10206
This group is for questions, answers and discussions around the python-telegram-bot library. Off-topic group: @pythontelegrambottalk | Website: https://python-telegram-bot.org
How do I add scrips to my bot to start using it??
Читать полностью…
Heres the whole code aha, incase theres something that breaks it that I haven't noticed https://pastebin.com/gG1S1rg6
Читать полностью…
use +ApplicationBuilder+ instead of calling builder() !search
Читать полностью…
It doesn't seem to be being created based on the logging
Читать полностью…
try adding some info logging to check if persistence is actually created. you may simply be searching in the wrong place
Читать полностью…
Question, does PicklePersistence create the file for storing the persisted data by default as mine doesn't seem to want to. I'm storing items in context.bot_data but it's not populating/creating the persistence files as it appears it should do
Читать полностью…
Wiki Category Notable Features: Advanced Filters
Читать полностью…
Can't we have more than one messageHandler in PTB? For example, if two messageHandlers both receive text content, how do I determine if a text belongs to the second handler?
Читать полностью…
Idk tbh, never observed it
I made a genuine interactive calendar for my bot once
If there are any embedded options, I'd like to take a look
Ack cool. The repo has quite some related issues I think. I do not like to follow all activity (all PR/Issues) haha 😁.
Читать полностью…
What is the best issue/page/way to follow updates on Rich Text support on PTB? 😊
Читать полностью…
A fancy and friendly experience for users might be a selectable calendar implementation, e.g. a 7x5 button mesh for days (with blanks in the end, depending on the month displayed) and "<-" "->" buttons below for month and year
Yeah, takes more effort to implement, but seems to be more pleasant for users and practically eliminates an issue with different formats
Hey. In order for someone to be able to help you, you must ask a good technical question. Please read this short article and try again ;)
Читать полностью…
Who in here could help me make an otp bot please?
Читать полностью…
2026-06-24 19:09:27,254 - apscheduler.scheduler - INFO - Added job "hourly_callback" to job store "default"
2026-06-24 19:09:27,254 - apscheduler.scheduler - INFO - Scheduler started
2026-06-24 19:09:27,254 - telegram.ext.Application - INFO - Application started
import logging…
logging.basicConfig(
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
level=logging.INFO
)
Yup, run it for up to 5 minutes with no file
Читать полностью…
https://pastebin.com/17cusBwD Pastebin of the code in question
Читать полностью…
Hey. In order for someone to be able to help you, you must ask a good technical question. Please read this short article and try again ;)
Читать полностью…
Can u share the source code if u don't mind? maybe it will inspire us
Читать полностью…
Don't we have checklists or native calendar support for bots from Telegram API ?
Читать полностью…
i guess the best way is @pythontelegrambotchannel
or if you want to see the daily progress you can look at the official repo
Wiki of python-telegram-bot - Category Must read
Tutorial: Your first bot
click buttons to enter date and maybe timezone
Читать полностью…