Telegram Birthday Bot in Python - Never Forget One Again

Telegram Birthday Bot in Python - Never Forget One Again

NeuralNine

1 год назад

11,504 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Ytriu Miliardaru
Ytriu Miliardaru - 18.07.2023 23:02

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 :)

Ответить
Viktor Soviak
Viktor Soviak - 12.05.2023 18:15

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

Ответить
Marz m
Marz m - 02.05.2023 16:56

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

Ответить
Arta Alipour
Arta Alipour - 28.04.2023 18:08

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

Ответить
Markandpreston
Markandpreston - 22.01.2023 14:06

Can you make a video on using Microsoft Access

Ответить
Nick2440
Nick2440 - 11.01.2023 14:47

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..

Ответить
RSA NSK
RSA NSK - 05.01.2023 19:20

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

Ответить
Andrey Znamenskiy
Andrey Znamenskiy - 05.01.2023 04:31

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.

Ответить
Marcos Alejandro Padilla Dorta
Marcos Alejandro Padilla Dorta - 05.01.2023 01:02

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???

Ответить
as109
as109 - 04.01.2023 23:36

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

Ответить
ObaidaNa
ObaidaNa - 04.01.2023 18:05

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 context.user_data['current_name'] then it will be accessible in the 'get_date' function

Ответить
__________________________________________________
__________________________________________________ - 04.01.2023 17:15

code link ?

Ответить
Was geht
Was geht - 04.01.2023 16:49

Wow thanks. I love your videos !

Ответить