Telegram Birthday Bot in Python - Never Forget One Again

preview_player
Показать описание
In this video, we build a Telegram birthday reminder bot in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

If you are going to use this bot as your real reminder add some logic to deal with leap-year birthdays (feb 29). Otherwise you will miss them.

AndreyZnamenskiy
Автор

I have this error and dk how to fix it
Updater.__init__() got an unexpected keyword argument 'use_context'

viktorsoviak
Автор

Awesome video but it would be extremely helpful if you actually published your code from every video on github as well, so when I realize I made a mistake, I don't have to constantly keep checking the video :)

mosomiliardaru
Автор

Thanks man, You helped me to resolve my problem on my own project ♥

artaalipour
Автор

mine is giving errors such as
TypeError: Updater.__init__() missing 1 required positional argument: 'update_queue'
Did they change the API recently? My IDE is saying that `use_context` is not an arg for this class..

Nxck
Автор

awesome video thanks,
but you should not make current_name global in that way, because if someone send '/new' to the bot and added his name while another user is typing the date of reminder, it I'll take the name from the other user, and there is no need to make 'current_date' global
you should instead make a global dictionary which mapping user_id to the current_name

another solution is to store variables in 'context.user_data' and this is a dictionary will be passed for each user and stores what you have assigned to it, for example in the 'get_name' function you can assign current_name to then it will be accessible in the 'get_date' function

ObaidaNa
Автор

can create the same project in vs code if so what are the libraries should i install

marzm
Автор

I love your videos!, Can we do it with respect to time as well like if the message needs to be triggered on precise time.

srp_photography
Автор

Hi. Take a video please, I've been suffering for several weeks and I can't understand. How to connect via socket to metatrader 5, get (open, close, hi, low, time) and automatically upload this database to sql

rsansk
Автор

Do you have a tutorial on how to set up a python environment on windows like yours?

as-ngln
Автор

33:10
I can't run my PC 24*7.
What to do in that case ?

tora
Автор

Is there a way to deploy the bot code in the cloud so I don't have to run it on my pc 24/7???

marcosalejandropadilladorta
Автор

Can you make a video on using Microsoft Access

Markandpreston