Create Your Own Telegram Bot With Python

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • In this video we build a simple Telegram bot in Python.
    Get 25% off Tabnine Pro: bit.ly/NEURALNI...
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine...
    💻 The Algorithm Bible Book: www.neuralnine...
    👕 Programming Merch: www.neuralnine...
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine...
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/Neu...
    🎙 Discord: / discord
    🎵 Outro Music From: www.bensound.com/

Комментарии • 81

  • @dwaipayanbandyopadhyay6110
    @dwaipayanbandyopadhyay6110 3 года назад +18

    We need the second part where we can host it in Heroku and can use with without running the python script in background

    • @muratbozkurt8605
      @muratbozkurt8605 2 года назад

      can you solve second part where we can host ?

    • @Varun-Singh
      @Varun-Singh 2 года назад

      @@muratbozkurt8605 this might help for hosting ruclips.net/video/U2QW2U-k8LI/видео.html

    • @Didelab
      @Didelab 2 года назад +1

      Host, registration, whitelist, buttoms. It will be very nice

    • @blackbullet7475
      @blackbullet7475 2 года назад +1

      Host it as you host local website simple

  • @BrandonJacobson
    @BrandonJacobson 3 года назад +1

    This is the first video you made that is not what I’m working on. You have a way of posting videos relevant to the project I’m about to start on my channel. Remembering this video for future use!!

  • @ayoubalmontaser
    @ayoubalmontaser 10 месяцев назад +2

    This seems outdated as I get errors about parameters not existing anymore when I try to follow the tutorial. Anyone else has this problem? ex: 'Updater' object has no attribute 'dispatcher'

  • @seyu8666
    @seyu8666 3 года назад +3

    Love your work !! And I watched the ad 😁😍

  • @OmarHosam203
    @OmarHosam203 3 года назад +2

    The thumbnail is very good and the video too

  • @MereDaddyJi
    @MereDaddyJi 3 года назад +2

    Hey, you had written that book called "THE BIBLE OF ALGORITHMS & DATA STRUCTURES" ???

  • @duhmi
    @duhmi 2 года назад +4

    I was searching for 3 hrs and this is the 1st video makes me understanding very well .. thanks and I hope you will not stop giving us other examples please
    Thanks again

    • @sandraoriji8351
      @sandraoriji8351 2 года назад

      Same here

    • @fendi3184
      @fendi3184 Год назад

      I don’t get it what app is he using to use python on? I see it’s pc but idk what that is

  • @KGIV
    @KGIV 3 года назад +2

    Awesome. I'd love to see your future videos on Telegram bots.

  • @jayeshbhosale3715
    @jayeshbhosale3715 3 года назад +2

    This was a very helpful video. Could you please make such video for whatsapp?

  • @iparsw
    @iparsw Год назад

    Sorry I skipped the ad because im already using tabnine and I know it from you

  • @Victor-ev3vu
    @Victor-ev3vu 3 года назад +3

    Can you please make *more videos on discord bot* with some additional features. Your tutorial of discord bot was very helpful with clear understanding. Hope you note my request. By the way this video is helpful too 😉

    • @goodecheeseburgers6320
      @goodecheeseburgers6320 3 года назад

      Check the docs dude. People can't spoon feed a specific need

    • @Victor-ev3vu
      @Victor-ev3vu 3 года назад

      @@goodecheeseburgers6320 I have checked it already but his way of teaching is just great and need more videos on it

  • @ashutoshmoharana7799
    @ashutoshmoharana7799 2 года назад +1

    I'm getting an error "module" object is not callable. How to fix this. I have copied the exact coded to my editor. Please help..

  • @SpaceRanger21
    @SpaceRanger21 2 года назад

    I didn't know that multiline strings existed! thank you!

  • @tmusic1001
    @tmusic1001 Год назад +2

    it gives me dispatcher error and also use_context error

  • @pietraderdetective8953
    @pietraderdetective8953 2 года назад

    love the part where we can call the stock price!
    how to call other financial data/ratios such as price to earnings, price to book, ev to ebitda, etc and let the bot display it as requested?

  • @Nooboras
    @Nooboras 2 года назад

    Amazing explanatory video! Subscribed, thank you!!

  • @top_movies2023sf
    @top_movies2023sf 5 месяцев назад

    Bro.. You are the best 🎉❤

  • @JoseHernandez-qk5by
    @JoseHernandez-qk5by 2 года назад

    Hi I really liked this video... well explained
    I have a question... is is possible to send a message from python-telegram-bot to an specific telegram number, user or account????

  • @bijeshmohan
    @bijeshmohan 3 года назад

    I didn’t knew it was this easy.

  • @alialavizadeh2775
    @alialavizadeh2775 3 года назад

    I was really looking for this video tnx

  • @yomalsenarath2887
    @yomalsenarath2887 2 года назад

    we need more about related to this topic!!

  • @EdmundLdragoWolf1818
    @EdmundLdragoWolf1818 Год назад

    Did anyhow encounter this issue ?
    TypeError: string indices must be integers, not 'str' at
    price = web.DataReader(ticker, "yahoo")

  • @mehrad4907
    @mehrad4907 Год назад

    underrated channel.

  • @chartingku
    @chartingku Год назад

    how to enter the API key on notepad?

  • @mehdibouhamidi4675
    @mehdibouhamidi4675 3 года назад +1

    Hi i have a question please this bot that you made will work just if you are running python program so is there a method to make it run 24h /24h on a server or a thing like that ? And thank you

    • @mishra_
      @mishra_ Год назад

      host it on a server like Heroku

  • @majidmoghary5347
    @majidmoghary5347 2 года назад

    thanks for the video . i wrote codes exactly as you did but when i run the app , i take this error : cannot import name 'Animation' from 'telegram'

  • @BorysMB
    @BorysMB 2 года назад

    Hi, first of all thanks for this tutorial. I have a question...
    I've added my bot to a group and turned off privacy to let him react to for example bad words etc.,
    how to make him react only for defined words? I've added "general" return 'bla bla bla',
    but the problem is bot responding for every single post with this 'bla bla bla' :).
    When I'll commented that part, getting error "raise BadRequest(message)
    telegram.error.BadRequest: Message text is empty"
    and bot crash. Can You help me?
    Thank You in advance.

  • @abhijitmondal7831
    @abhijitmondal7831 3 года назад

    Hey, how to return a photo or video ? Can you just tell me 🤔🤔🤔

  • @user-cb8zo7bz1v
    @user-cb8zo7bz1v 3 месяца назад

    What is the specific bonus per today

  • @serkan_bayram
    @serkan_bayram Год назад

    Great video as always! Can we put this code to a server to make it run constantly?

    • @thomas.campestrini
      @thomas.campestrini Год назад

      Did you find a way ? Because my bot was ready and i can t use it because i dont find how to host it easily ...

  • @user-st7qm9sf3u
    @user-st7qm9sf3u 2 месяца назад

    It gives me timed out error please help

  • @MANOJ-fz4ku
    @MANOJ-fz4ku 3 года назад

    Sir, how can we sync laptop low battery on android phone?

  • @rtr195807
    @rtr195807 3 года назад

    Many thanks!

  • @codewithkarthik7136
    @codewithkarthik7136 2 года назад

    is there anyway to get images and the text attached to them using this library???

  • @lingeshwaran
    @lingeshwaran 2 года назад

    thanks for this amazing video

  • @shrill_kill9929
    @shrill_kill9929 Год назад

    Which python telegram were u using?

  • @saivivek5563
    @saivivek5563 3 года назад +1

    Bro can you do NLP to sql query plz

    • @vivek_krishna21
      @vivek_krishna21 2 года назад

      Bhai ye kya bola mujhe kuch smjh nhi aaya😂😂😂

  • @_ScyIIa_
    @_ScyIIa_ 3 года назад +1

    Pls make a video about Lua

  • @raunasur9710
    @raunasur9710 2 года назад

    Thank you sir

  • @AhmadAsmndr
    @AhmadAsmndr 2 года назад

    thank you.

  • @antoniofuller2331
    @antoniofuller2331 3 года назад

    Wow, Telegram new!!!

  • @retezankarol6722
    @retezankarol6722 4 месяца назад

    Florian ? Are you Romanian?

  • @hence9831
    @hence9831 Год назад

    how to deploy the bot so it responds?

  • @mehdismaeili3743
    @mehdismaeili3743 2 года назад

    Excellent.

  • @ChronicleContent
    @ChronicleContent 3 года назад

    where to get the code?

  • @jaydenstewart190
    @jaydenstewart190 3 года назад

    Is tabnine your project?

  • @tribeofsongs9630
    @tribeofsongs9630 2 года назад

    How to create telegram bot convert image to pdf

  • @antoniofuller2331
    @antoniofuller2331 3 года назад

    Yaaaaay!!!!!!

  • @deadchannel7637
    @deadchannel7637 3 года назад

    Good video

  • @EXCHANGEMINDS3349
    @EXCHANGEMINDS3349 2 года назад

    Hi

  • @aunoa7704
    @aunoa7704 2 года назад

    Good

  • @bhaskaruprety230
    @bhaskaruprety230 2 года назад

    2:10

  • @fadhilsaheer8877
    @fadhilsaheer8877 3 года назад +2

    12:18 You just exposed the API KEY, I hope you disabled it

  • @thedevnoteyt
    @thedevnoteyt 3 года назад

    ❤️🔥

  • @tanishq6628
    @tanishq6628 3 года назад +1

    ✌️

  • @karandhuri2
    @karandhuri2 3 года назад +2

    One of the worst API I've seen. Telegram sucks

  • @TreddyHub
    @TreddyHub 6 месяцев назад

    Rubbish