According to researches by the bestmembers team
Subscribe to support the channel: Need help? Message me on LinkedIn: Want to connect on Instagram? Here is my ID @vikasjha001 Complete Telegram Automation Crash Course. In this course, you will learn the topics below: 0:00:00 Introduction to Telegram Bot automation 0:01:08 Intro of bot creation steps 0:03:05 Quick API introduction 0 :04:45 Required Software 0:07:34 Telegram Bot Creation 0:10:58 GetUpdates From Bot 0:19:54 Get Updates From Bot UsingPython 0:22:15 GetUpdates Offset ID 0:27:31 Pass Settings Data to the API Best approach 0:33:11 Sending messages in a group 0:41:17 Sending a photo 0:47:15 Sending audio 0:48:34 Sending an audio file from a computer local 0:50:02 Sending a document file 0:51:34 Replying to a message in the group 0:59:22 Read and reply to new messages 1:02:53 Telegram Chatbot 1:13:00 Reply to any post by mentioning the Google Colab code replied post link: All about Google Colab: Python lessons for beginners: Hashtags: #TelegramPython #TelegramAutomation #Telegram Sign up for Skillshare using this l ien and get one month free subscription. Here is the Paypal account to financially support this channel: Here is the Paypal account to financially support this channel: Here is the Paypal account to financially support this channel: Here is the Paypal account to financially support this channel: Here is the Paypal account to financially support this channel: Here is the Paypal account to financially support this channel:
This course and you are great bro, but how I can run python script in background even if editor is off.
extremely good upload Vikas Jha. I killed the thumbs up on your video. Maintain up the excellent work.
KeyError Traceback (most recent call last)
<ipython-input-28-45461977deb8> in <module>()
50
51 while True:
—> 52 offset = read_msg(offset)
1 frames
<ipython-input-28-45461977deb8> in send_msg(message)
34
35 def send_msg(message):
—> 36 text = message["message"]["text"]
37 message_id = message["message"]["message_id"]
38 answer = auto_answer(text)
KeyError: 'text'
Thank you a million times for making this video!!!!! It's super helpful for my project
I can't see anything on your screen…can you send a clear copy?
Thanks
Thanks dear Vikas for such a detailed and easy to understand video on telegram bot. I have one query – how you handled " key error: result " which is a dictionary key -value error . You told in the video to solve it by adding "/getupdates " but it still persist though I check result key has values . Thanks .
How do you create buttons for your bot ? I seen some bots have buttons
I love the simplicity and the details in your presentation. I just immediately subscribed because of your elaborative approaches .
Good Job, bro.
Thanks for tutorial Vikas!!
How to receive an image or document and download it in python?
Very Good Tutorial
Thank You So Much
How to identify forwarded messages? or messages having images/videos? I want my bot to ignore ads or messages having header "forwarded from XYZ"
i love your tutorials and crash crouses bro, straight to the point, short and simple, easy to understand. Well done my man
Amazing bro , Thanks
great video
can you tell me
how to save result in json file like who asked question (user detail)
Normal message except starting with '/' was not sensing by bot(as it had not message access, shown on the users list)… Then i make the bot as admin then bot was sensing all messages..
How to send pictures from local computer that part is deleted
Obviously. You r great bhai
Thanks for such a detailed course
Please Keep it on 😊
can u plz solve the eeror
Hi Vikas, I'm getting the below error when i try to run the chat bot program. What could be the reason??? Please help!
42
43 def send_msg(message):
—> 44 text = message["message"]["text"]
45 message_id = message["message"]["message_id"]
46 answer = auto_answer(text)
KeyError: 'text'
sir how to get chat id for one to one interaction for everyone so that it automatcally updates?!
please add translation in this video
i don't know a lot of English
in forwordMessage method, what is value and how to get that parameter Message_is ?
Why it's exited when i send image in the chat (in telegram not in program)
And how can i resolve that
Please help me🙏
Hi bro, what if I'm in a some other telegram group and want read msg automatically and use that info to do some other actions like taking trades like that…? If you have any resource I can go through….thanks 👍
Hey dude your awesome thanks!, I was wondering is there a way to upload a file to a bot once and let the user call the file when ever they need via telegram, without reuploading it every time?
Hi Vikas, thank you a lot for that course.
Was wondering if you know how to automatically send a poll or a quiz with the bot ? You did a video with the jokes and it works great but I want to do the same with polls/quiz. Thank you
Wonderful explanation.. subscribed 👍👍