I want to create a schedule message from me in Telegram to another user with using python.
I just want to automate the sending of my messages. Just administration.
I don’t need a bot, I don’t need to create a bot and communicate with the father of bots.
I will be running my script once a day to create a schedule messages.
Please, any information. Unfortunately, my Google searches didn’t help me. I am offered to create a bot, but I do not need a bot.
2
Answers
For future generations. I used pyrogram library on python. https://docs.pyrogram.org/intro/quickstart
Not sure why you would need Python when you can simply schedule a message via the app (unless you are trying to schedule with multiple recepients). If that is the case and you want to use Python, I believe you will need to use a bot. If you go down this route, look into JobQueues in the python-telegram-bot package. Here is the link to the job queues wiki for more information. Hope this helps!