According to researches by the adsmember team
In this lesson, I’ll show you an example algorithm you can use to get your bot to respond to more phrases. It will take a bit of creativity, but that’s the fun of programming! Source code: Latest updates: ➭ Find me on LinkedIn: ➭
source
Hi thanks for video
how can i send file to bot ?
Bro, I paid for this course ?
hello how is send photo telegram message
example:
update.message.reply_photo (photo)
but error code :/ help pls
Thanks it was very helpful
Hi, thanks for the video!
Do you know if it is possible to save the pictures and files that are sent to a bot? I don't know if the Telegram bots are limited to just text messages.
My goal is to make a bot that can store the files that are sent to it in the local drive of my computer (where I'm running the Python code).
Thank you in advance!
How to connect telegram and pycharm
How do i add multiple responses and make the bot send a random response
You have an amazing code knowledge!
I leave some tips for increase this tutorial course:
– make a private bot (based on personal ID)
– return an image/document from a command
– do some simple maths operation (based on input1 and input2)
– return the price value of stock index (Yahoo finance lib can be help, or just scraping somewhere)
– return different timezones
As you surely knows Python make the possibility to do everything.
Anyway are just some tips, i appreciate this course but i understand the time Is precious and probably you are focused on many other important things.
Thanks so much for your job!
Dajee
Sir, how to return a random response from a list if they say hi or hello…
Great work
I tried to make menu with buttons but I can't please some help
Thanks
Thanks for your contributing <3
@Code Palace How to Host the bot for free (turning on 24/7 pc is not possible)
Great stuff! If we want the bot to work inside a private TG group (not just in PMs) we just have to invite it to our group and it’s gonna work the same? 🙂
great tutorial!
but I'm wondering if I want the bot to calculate some numbers like if I want it to calculate the BMI
how can I do this?
I mean like if I wrote some number it saves it as a variable so it can be calculated once I'm done