Telegram Automation Crash Course | Telegram Automation With Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024

ความคิดเห็น • 129

  • @VikasJha001
    @VikasJha001  ปีที่แล้ว +1

    If you need to get Telegram bot created, reach out on Fiver www.fiverr.com/sharimpervez/build-a-great-telegram-bot-for-you

  • @satishkumar-vw9yc
    @satishkumar-vw9yc 3 ปีที่แล้ว +2

    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'

    • @warzonefans5348
      @warzonefans5348 2 ปีที่แล้ว

      I have same error. how can i solve it?

  • @rajeevparashar6813
    @rajeevparashar6813 ปีที่แล้ว +1

    Sir, please make a video on how to connect bot to websites .

  • @RahulDebBhandari
    @RahulDebBhandari 2 ปีที่แล้ว +1

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

    • @VikasJha001
      @VikasJha001  2 ปีที่แล้ว

      Thanks for updating. Seems Telegram has changed some of the things.

  • @日本語大好き
    @日本語大好き 3 ปีที่แล้ว +2

    Dear Sir, i have a question that how do i keep getting latest chat id without writing old id in code?

    • @VikasJha001
      @VikasJha001  3 ปีที่แล้ว +1

      Please use offset as I have shown in the course.

  • @Fusion0990
    @Fusion0990 ปีที่แล้ว +1

    Please make video on pyrogram in hindi

    • @VikasJha001
      @VikasJha001  ปีที่แล้ว +1

      Will try bro.

    • @Fusion0990
      @Fusion0990 ปีที่แล้ว

      @@VikasJha001 yes your teaching way is too much good

  • @saaragameryt2023
    @saaragameryt2023 ปีที่แล้ว

    hii i need ur telegram channel becoz i want to learn how to access all data victim channel on telegram or make any bot throu get data

    • @VikasJha001
      @VikasJha001  ปีที่แล้ว

      You can explore about Telegram webhooks. It should help you in what you are trying to achieve.

  • @georgy2395
    @georgy2395 4 หลายเดือนก่อน +1

    bro, how to see reactions by whom in a telegram channel? is any python tool used to see ??

  • @trendingvibes1375
    @trendingvibes1375 2 ปีที่แล้ว +1

    KeyError Traceback (most recent call last)
    in ()
    50
    51 while True:
    ---> 52 offset = read_msg(offset)
    1 frames
    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'

  • @ccmoradia
    @ccmoradia 3 ปีที่แล้ว +9

    You're a gem! Take Care!

    • @VikasJha001
      @VikasJha001  3 ปีที่แล้ว +2

      Thank you for your kind words !!! You take care too.

  • @mygameera
    @mygameera 2 ปีที่แล้ว +1

    how can i delete webhook? i am getting webhook error

  • @NoName-dx3bh
    @NoName-dx3bh 2 ปีที่แล้ว +1

    ngl i dont even know why other make bots with telegram videos exist on youtube.
    like idk why people use libraries for such a simple task

    • @VikasJha001
      @VikasJha001  2 ปีที่แล้ว

      Yes bro, there is no need of any library, you can manage everything with simple API calls.

  • @日本語大好き
    @日本語大好き 3 ปีที่แล้ว +4

    You are great and my favourite TH-camr Sir ❤️

  • @priyabratsinha7539
    @priyabratsinha7539 3 ปีที่แล้ว +5

    Waiting for this ❤️❤️🙏

  • @marcomanferdini
    @marcomanferdini 3 ปีที่แล้ว +1

    Hi Vikas, can you do a bot for me?

    • @VikasJha001
      @VikasJha001  3 ปีที่แล้ว

      Please share the requirement on my email vijha1989@gmail.com

  • @vijaykumarchauhan1692
    @vijaykumarchauhan1692 2 ปีที่แล้ว +1

    This course and you are great bro, but how I can run python script in background even if editor is off.

    • @VikasJha001
      @VikasJha001  2 ปีที่แล้ว

      Thanks bro. In order to run the code 24*7 you should upload it on the server, so it runs forever. You can use Heroku to host your code for free and let it run forever. I've shown that in one of my videos. Please check that.

  • @Jim-hw4bx
    @Jim-hw4bx 3 ปีที่แล้ว +4

    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

  • @terabyte4u901
    @terabyte4u901 2 ปีที่แล้ว +1

    can u plz solve the eeror

  • @stanleyakpu5690
    @stanleyakpu5690 2 ปีที่แล้ว +1

    I can't see anything on your screen...can you send a clear copy?
    Thanks

    • @VikasJha001
      @VikasJha001  2 ปีที่แล้ว

      Check the video in high definition please.

  • @udeepghanta3461
    @udeepghanta3461 2 ปีที่แล้ว +1

    Bro i am getting an error in chat bot regarding keyerror: 'text'
    It's in send_message function ["message"]["text"]

  • @dramestro9822
    @dramestro9822 2 ปีที่แล้ว +1

    How to identify forwarded messages? or messages having images/videos? I want my bot to ignore ads or messages having header "forwarded from XYZ"

  • @primavisiglobalindo4182
    @primavisiglobalindo4182 2 ปีที่แล้ว +1

    Heyy buddy

  • @Harshaaaaaaa
    @Harshaaaaaaa 3 ปีที่แล้ว +4

    After 2 weeks ❤️

    • @VikasJha001
      @VikasJha001  3 ปีที่แล้ว +6

      I was covid infected, Finally recovered now.

    • @Harshaaaaaaa
      @Harshaaaaaaa 3 ปีที่แล้ว +5

      @@VikasJha001 Thank god! Stay safe bro 😇

    • @日本語大好き
      @日本語大好き 3 ปีที่แล้ว +4

      @@VikasJha001 omg, thank god that you are now safe. Take time and rest as much you want, Be Safe, Stay Happy. ❤️

  • @globalfinancetrading
    @globalfinancetrading 11 หลายเดือนก่อน +1

    Thank you very much, this was very helpful in working out how to 'read' a message. The only video on the read side of telegram I could find.

    • @VikasJha001
      @VikasJha001  11 หลายเดือนก่อน +1

      Glad it helped 😀❤️

  • @SlimaneBenmir
    @SlimaneBenmir 2 หลายเดือนก่อน

    Please upload a video on how to make a bot and link it to Ali Express Affiliate

  • @markop99
    @markop99 3 ปีที่แล้ว +2

    Everything is excellent sir !! just need to know if there is any free cloud or vps available??

    • @VikasJha001
      @VikasJha001  3 ปีที่แล้ว

      You can use
      1. Google Cloud, free for three months for new users.
      2. Microsoft cloud free for a month for new users
      3. Heroku
      4. Pythonanywhere

    • @markop99
      @markop99 3 ปีที่แล้ว +1

      @@VikasJha001 thanks for your response sir i will surely try 3rs and 4 th option , heroku is free i know but the problem is that it's a bit tricky to upload program on herku, but i will see that , thanks a lot

  • @tanujnegi1058
    @tanujnegi1058 ปีที่แล้ว

    Thank you, your video is very informative. Can you tell how i can send message in the topic created under the group of telegram.

  • @bangalibabu4856
    @bangalibabu4856 2 ปีที่แล้ว +1

    How to send pictures from local computer that part is deleted

  • @technostartups
    @technostartups 2 ปีที่แล้ว +1

    great video
    can you tell me
    how to save result in json file like who asked question (user detail)

  • @ei8htb8ll
    @ei8htb8ll 3 ปีที่แล้ว +2

    Thanks so much for making this video. But I have a question. Is there a way to automatically gather in public groups or channels, join them, and then automatically private message everyone in that group? A spambot, if you will..?

    • @VikasJha001
      @VikasJha001  2 ปีที่แล้ว +1

      Bot can never initiate a conversation first, this is designed to avoid spamming individual users.

  • @JarvisAlgo
    @JarvisAlgo 2 ปีที่แล้ว

    Can help me to understand how we can create channel , and create joining with expiry like only 1 person can join with given link after that it will get expired

  • @renardi_adryan
    @renardi_adryan 2 ปีที่แล้ว +1

    How to receive an image or document and download it in python?

  • @vishnuprasad7971
    @vishnuprasad7971 2 ปีที่แล้ว +1

    Tutorial on pyrogram.. library Will be great if you do..

  • @kingfunny4821
    @kingfunny4821 3 ปีที่แล้ว +1

    please add translation in this video
    i don't know a lot of English

  • @mermaidcodes
    @mermaidcodes 2 ปีที่แล้ว +1

    How do you create buttons for your bot ? I seen some bots have buttons

  • @ermiasdejene
    @ermiasdejene 2 ปีที่แล้ว +3

    I love the simplicity and the details in your presentation. I just immediately subscribed because of your elaborative approaches .
    Good Job, bro.

  • @narsisunkariya
    @narsisunkariya ปีที่แล้ว

    Brother can u tell how to send multiple questions from a pdf file in a quiz format

  • @KeyserTheRedBeard
    @KeyserTheRedBeard 2 ปีที่แล้ว +1

    extremely good upload Vikas Jha. I killed the thumbs up on your video. Maintain up the excellent work.

    • @VikasJha001
      @VikasJha001  2 ปีที่แล้ว

      Thanks bro, Glad to hear that it helped.

  • @dheerajtiwari8799
    @dheerajtiwari8799 3 ปีที่แล้ว +1

    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🙏

    • @VikasJha001
      @VikasJha001  2 ปีที่แล้ว

      Please check the syntax, or follow exactly as shown in this tutorial.

  • @sumanbapass2151
    @sumanbapass2151 3 ปีที่แล้ว +2

    Helpful video sir now i can try this in my new scripts

    • @VikasJha001
      @VikasJha001  3 ปีที่แล้ว +1

      Just install python and you can run the codes I have shown, follow other instructions as shown in the video as well.

    • @sumanbapass2151
      @sumanbapass2151 3 ปีที่แล้ว +1

      @@VikasJha001 love u sir

  • @bharatsoni9577
    @bharatsoni9577 2 ปีที่แล้ว +1

    Thanks for tutorial Vikas!!

  • @mehdismaeili3743
    @mehdismaeili3743 2 ปีที่แล้ว +1

    Excellent, thanks.

    • @VikasJha001
      @VikasJha001  2 ปีที่แล้ว

      Glad that it helped.

  • @khabylamefun8080
    @khabylamefun8080 3 ปีที่แล้ว +1

    hi sir can you please make a video on how to host it on vps or cpanel hosting. i already have one vps but i dont know how to run phyton code on that can you please guide us

    • @VikasJha001
      @VikasJha001  2 ปีที่แล้ว

      Sure bro, which is your VPS provider's name?

  • @subhashreepradhan3426
    @subhashreepradhan3426 ปีที่แล้ว

    Con you please tell how to create that CSV file

  • @ggtechnocracy6709
    @ggtechnocracy6709 3 ปีที่แล้ว +1

    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 👍

    • @VikasJha001
      @VikasJha001  2 ปีที่แล้ว

      Check my chatbot telegram video. It would answer your query, I believe.

  • @thegreat_sanatani
    @thegreat_sanatani 3 ปีที่แล้ว +1

    Sir, please reply my insta message 🙏

    • @VikasJha001
      @VikasJha001  3 ปีที่แล้ว

      Ok

    • @thegreat_sanatani
      @thegreat_sanatani 3 ปีที่แล้ว

      @@VikasJha001 from @thegreat_satan regarding twitter sentiment analysis telegram bot.
      Sorry for disturb you.
      I know you are busy and recovering💐 from covid-19.
      But a help could be great sir. 🙏

  • @SHIVAMKRTH
    @SHIVAMKRTH 2 ปีที่แล้ว +1

    Amazing bro , Thanks

  • @shivamsahu9998
    @shivamsahu9998 ปีที่แล้ว +1

    You have covered all useful commands with simple and easy explanation
    Thank you very much

    • @VikasJha001
      @VikasJha001  ปีที่แล้ว

      Glad it helped brother.

  • @dennyyeo12
    @dennyyeo12 2 ปีที่แล้ว +2

    i love your tutorials and crash crouses bro, straight to the point, short and simple, easy to understand. Well done my man

    • @VikasJha001
      @VikasJha001  2 ปีที่แล้ว

      Thanks for commenting and letting me know that. Glad to know that it is useful.

  • @iamop9211
    @iamop9211 3 ปีที่แล้ว +1

    dear Sir,
    i need my original account to send messages to anyone who messages me only 1 time , is that possibe , if you have made any video related to that, kindly share the link
    thanks

    • @VikasJha001
      @VikasJha001  3 ปีที่แล้ว

      Yes please check my previous tutorial on Telegram where I habe shown auto forwarding.

    • @iamop9211
      @iamop9211 3 ปีที่แล้ว

      @@VikasJha001 ok thanks

  • @HarukiToHaruka
    @HarukiToHaruka 2 ปีที่แล้ว +1

    Thank you a million times for making this video!!!!! It's super helpful for my project

    • @VikasJha001
      @VikasJha001  2 ปีที่แล้ว +1

      Glad that it helped.

  • @subhashreepradhan3426
    @subhashreepradhan3426 ปีที่แล้ว

    Or can I edit that file

  • @bergweng6010
    @bergweng6010 2 ปีที่แล้ว

    sa at the soft i need help

  • @Nandaaditya92
    @Nandaaditya92 3 ปีที่แล้ว +1

    Wonderful explanation.. subscribed 👍👍

    • @VikasJha001
      @VikasJha001  3 ปีที่แล้ว +1

      Glad that it helped.

  • @NoName-dx3bh
    @NoName-dx3bh 2 ปีที่แล้ว +1

    GOAT 🐐

  • @PawitSahare
    @PawitSahare ปีที่แล้ว

    You are Indian keep growing but your video is popular in us California, i am in California

  • @fattypipe8875
    @fattypipe8875 3 ปีที่แล้ว +1

    Hi great video! How can I add a what can this bot do? description to the telegram bot

    • @VikasJha001
      @VikasJha001  3 ปีที่แล้ว

      In telegram botfather write /setdescription
      Botfather will then set the description for you.

    • @VikasJha001
      @VikasJha001  3 ปีที่แล้ว

      Were you able to do it?

  • @amitchaudhary6
    @amitchaudhary6 ปีที่แล้ว

    Mozilla firefox has inbuilt json prettifier so it automatically displays the json as Tree view.

  • @thetransferaccount4586
    @thetransferaccount4586 ปีที่แล้ว +1

    you make really good tutorials. great work man

  • @onetick3724
    @onetick3724 ปีที่แล้ว

    Hi Vikas and thank you for this very helpful tuto on telegram api. Question about "getUpdates"... It seems that messages send from the BOT are not retrieve in the list of message... Is there a way to get also msg sent by the BOT ? Thx again

  • @Furfur-rj2tw
    @Furfur-rj2tw 3 ปีที่แล้ว +1

    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?

    • @VikasJha001
      @VikasJha001  2 ปีที่แล้ว +1

      There is bro, probably, i would upload a video on that.

  • @chanjiehua916
    @chanjiehua916 3 ปีที่แล้ว +1

    hi sir, tks for the informative video!! i encountered this problem:
    24
    25 def auto_answer(message):
    ---> 26 answer = df.loc[df['Question'].str.lower() == message.lower()]
    27
    28 if not answer.empty:
    AttributeError: 'dict' object has no attribute 'lower'
    may i know how to solve this? tqsm

    • @VikasJha001
      @VikasJha001  3 ปีที่แล้ว

      Please use the code from google collab which I have shared.

    • @trendingvibes1375
      @trendingvibes1375 2 ปีที่แล้ว

      im also having "text error" again and again and again
      please sir need solution

    • @trendingvibes1375
      @trendingvibes1375 2 ปีที่แล้ว

      KeyError Traceback (most recent call last)
      in ()
      50
      51 while True:
      ---> 52 offset = read_msg(offset)
      1 frames
      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'

  • @M0ntanaT
    @M0ntanaT ปีที่แล้ว

    🙏🙏💪 ty well done

  • @rohitswain2930
    @rohitswain2930 2 ปีที่แล้ว +1

    Obviously. You r great bhai
    Thanks for such a detailed course
    Please Keep it on 😊

    • @VikasJha001
      @VikasJha001  2 ปีที่แล้ว

      Thanks man for encouraging words.

  • @alexdin1565
    @alexdin1565 2 ปีที่แล้ว

    hi, thanks for this amazing tutorial please how we can send the video from the URL??

  • @maamounhajnajeeb209
    @maamounhajnajeeb209 ปีที่แล้ว

    thanks bro

  • @anilrathore.bigthink
    @anilrathore.bigthink ปีที่แล้ว

    thanks bro

  • @surareddy
    @surareddy 2 ปีที่แล้ว +1

    Very Good Tutorial
    Thank You So Much

    • @VikasJha001
      @VikasJha001  2 ปีที่แล้ว

      Thanks. Do subscribe.

    • @surareddy
      @surareddy 2 ปีที่แล้ว

      @@VikasJha001 Always Subscribed

  • @vishnuprasad7971
    @vishnuprasad7971 2 ปีที่แล้ว +1

    Nice presentation 👍🏻

  • @TUSHARHii
    @TUSHARHii 3 ปีที่แล้ว +1

    Sirji dusre k telegram group m logo ko bulk message karna h kaise kare

    • @VikasJha001
      @VikasJha001  3 ปีที่แล้ว +1

      There are two ways:
      1. Add your Telegram bot in the group and send messages.
      2. Add yourself in the Telegram group and use Telethon to send messages. I have already created a video on Telethon, title name is auto-forward telegram messages. Please check that.

    • @TUSHARHii
      @TUSHARHii 3 ปีที่แล้ว

      @@VikasJha001 thank you sir for reply

  • @scrypt5309
    @scrypt5309 3 ปีที่แล้ว +1

    cheers mate ,crystal clear and good editing😀👍😀👍

    • @VikasJha001
      @VikasJha001  3 ปีที่แล้ว +1

      Glad it helped 😀

  • @mrnoob8648
    @mrnoob8648 ปีที่แล้ว

    can you please provide us the source code

  • @inverse_thoughts
    @inverse_thoughts 2 ปีที่แล้ว

    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 .

  • @Lovelife-ce6qz
    @Lovelife-ce6qz 3 ปีที่แล้ว +1

    OSM COURSE BRO ❤️

    • @VikasJha001
      @VikasJha001  3 ปีที่แล้ว

      Glad 🙂 Do Subscribe 🙏🏻

  • @chickanan1
    @chickanan1 2 ปีที่แล้ว

    Great video man. Good luck with your career.

  • @ketaksingh5465
    @ketaksingh5465 2 ปีที่แล้ว

    Awesome teaching

  • @anuvabsen
    @anuvabsen 3 ปีที่แล้ว +1

    sir how to get chat id for one to one interaction for everyone so that it automatcally updates?!