Python Twilio - Python Send Whatsapp Message - Twilio Whatsapp API - Python Twilio for Beginners

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

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

  • @CodeJana
    @CodeJana  9 месяцев назад +1

    🔖👇 Book a FREE 15-Min Doubt Clearance Session on Zoom with Me.
    🔗🤷 calendly.com/codejana/doubt-clearance-code-jana

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

    Hi Coders...Code Jana recommends Hostinger. bit.ly/3XjAaJO - Click the Link to Get a Hostinger Account . If you want to host a Python App then Hostinger provides very cheap & affordable VPS Plans. Follow the link to get 50% OFF on VPS Plan 1.

  • @srujangoud9940
    @srujangoud9940 Год назад +3

    This is Great, Can u also explain the two way whatsapp messaging please

  • @David-rm1wn
    @David-rm1wn 3 года назад +1

    Thanks for the video..great one....it will be good if you can make video about how to create Flask web app for this in details.....

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

    Very nice tutorial sir, thank you so much

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

      Hi Mahadev, thanks so much and you are most welcome

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

    Hi,￶thanks
    beautifull idea
    you are a good python coder

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

    Based on Twilio Whatsapp API - Buy MsgPing version 1.0 NOW for $29 & get benefits of Version 2.0 (cost: $199) Absolutely FREE 🔥🔥
    🔗🔗 kksonakiya.gumroad.com/ 🛒🛒 - 🎥Watch Features Video: ruclips.net/video/_mOpa5j4j5w/видео.html 👀

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

    Thank you. your video is very helpful

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

      You are most welcome Schadrac. ☺

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

    hello, how to make that when I send a message from another number it returns an answer? It is more like an auto response that I want you to send, either identify it by pablar key and that, thanks

  • @TheAstroengineer
    @TheAstroengineer Год назад +1

    Thank you a ton. Wonderful video. I created a Whatsapp bot using this and was able to message successfully on my WhatsApp. One doubt, I tried messaging from another mobile to the Sandbox number but it says "This number is not connected to Sandbox". How to handle this? After I release this bot I want my customer to send messages and get responses directly, it is difficult to add each of my customers to this Sandbox. Is there any way?

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

      Thank you so much for your kind words.

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

    Can I use another number in the 'to' variable, like it would be sent from the number provided by Twilio (not my own; as it costs an upgrade) but sent to another persons number?

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

      You can do that with a paid subscription only.

  • @pavanbh08
    @pavanbh08 2 месяца назад +1

    Code to send messages to multiple numbers, like broadcast functionality

    • @CodeJana
      @CodeJana  2 месяца назад

      If it's going to be a spam message then twilio will block it.

  • @KhadijaNazih
    @KhadijaNazih 2 месяца назад +1

    Can we use it to send files
    Also does the customer receive the message from twilio or what

    • @CodeJana
      @CodeJana  2 месяца назад

      @@KhadijaNazih customer will receive it on their whatsapp

  • @kaustav999
    @kaustav999 2 месяца назад

    Whatsapp messaging requires business account and after that you register yourself as manager by providing documentation to meta.Very long process

  • @jaimegutierrez2023
    @jaimegutierrez2023 2 года назад +2

    Hi, excelent video
    What snippets do you have installed in your vs code?

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

      Hi there...thanks. Snippets or extensions?

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

      ​@@CodeJana Extensions!! My bad

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

      @@jaimegutierrez2023 ohh! Well, I've included that in my flask tutorial: best extension for vscode. I've updated my extensions stack now though. If you want I can share them with you.

  • @bruhlickd
    @bruhlickd 2 года назад +2

    Hi, thanks for your video. I would like to know how can I do a Chat Bot with Twilio and Python. I mean, is it possible to use python with the twilio studio flow?

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

      Ibdeed it is possible.

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

    Would love to see the video of flask web app created in this video

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

      Thanks for your kind words. I'll certainly cover it now.

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

    I want to protect my 'admin' sign up and login route so this is what I pass to the route ('/addsignup@0312/') then I now pass post_id to the function def addsignup(post_id) and also pass it to the render_template

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

      Hi there Kenneth. Can you contact me on Discord?

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

    So please if you really get what I'm saying I want to ask how do I pass the same value to my (url_for('addsignup..... That of my route') I have the html

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

    How to do it with java?

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

    Sir please to remind you about the database I'm using built in database that's (sqlite3) the one that come with flask already(SQLALchemy)

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

    Please and please I request you make video on how to use multiple databases in flask

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

      Thank you so much Kenneth. I'll get right on it.

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

    Great video Code Jana, but im running into an issue if you have any insight. I have access to whatsapp already set up through twilio but my message is queued and isnt getting to the reciver. Do you know a solution to this

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

      Hi...thanks. The queue is automated via Twilio. It process it acc to it's own pace. We can't force it to clear a queue. If all creds are correct, your msg will be delivered. What you can try is use Twilio sandbox to send a msg and see if it gets sent.

  • @vaishalshrimali1773
    @vaishalshrimali1773 Год назад +1

    One question that, how to work with webhook ?

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

    Please help me building the flask application? Or just uploading it please

  • @niktotube2477
    @niktotube2477 Год назад +1

    Can we send a message to a different WhatsApp number?

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

    Hi CodeJana
    can we sand WhatsApp messages to different numbers ??

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

    Great SIR, YOU are awesome but just solve my one problem - I want to send a single message to bulk (millions) WhatsApp users without adding them to my contacts. I have stored users' phone numbers in bulk in excel and notepad. Please help me, brother.

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

      Twilio is very strict about sending bulk messages. It has its own queue management. And it also has 5 lac message limit per account (in queue). Also, its policy needs user registration or at least acknowledgement of where you got the numbers. What you want to do is essentially a spam.

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

    Sir how to get Gmail alerts on WhatsApp using twillio sand box

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

      Hi there, You would need to fetch gmail mails using gmail python script & pass that mail via the twilio app to whatsapp. That's how this process will work seamlessly.

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

    Hi while running pip install virtualenv command I’m getting error that term pip is not recognised what to do……plz help

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

      update the pip version

    • @Mice-qt9hf
      @Mice-qt9hf 2 месяца назад

      um have you did it core
      ctly or in terminal

  • @vedantnaikwadi5394
    @vedantnaikwadi5394 7 месяцев назад

    Error occured: No module named 'twilio.rest.api.v2010.account.sip.domain.auth_types.auth_type_registrations.auth_registrations_credential_list_mapping'
    i m getting this error i it was working fine but it is showing this error i have many times installed and uninstalled now i m tired please help please

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

    Bro when i changed another mobile number this code is not executed
    any one tell me?

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

    Hi Code Jana how can I get the final project you used at the end of the video?

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

      I am going to create a video on it when I am through with some pending projects. I'll include a github link to complete project.

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

      @@CodeJana Okay, I'm looking forward

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

    Sir please and please help me make a video on how to create multiple databases in flask whereby admin database should be different from users own

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

    I want the admin sqlite3 database (user_loader(UserMixin) should be different from the students own how do I go about it

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

      The best way would be to create your own wrapper/decorator

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

      Usermixin is a class defined in Flask Login and then a decorator is set for User loader function

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

      To keep things separate, you should create your class for verifying user credentials amd create respective wrappers/decorator for them.

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

      Also, make sure to use flask session to save the student/teacher session separately. So you can access them individual while using usermixin and your own userauth function.

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

      @@CodeJana ok sounds good but I think I'm stack so help with the video please

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

    Can we send messages to multiple numbers?

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

      Yes. That's precisely why I created MsgPing app based python+twilio.

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

    Hello Boss, I want the app full like whatsapp conversation and interaction between different source whatsapp numbers to customers.. How is that possible?

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

      Hi... I can build it for you. Contact me on t.me/codejana_com/2

    • @maheshjainitexpert6399
      @maheshjainitexpert6399 Год назад +1

      @@CodeJana I have sent you message in twitter

  • @bhaveshmahavar1312
    @bhaveshmahavar1312 11 месяцев назад +1

    Hey brother how can i send pdf ?

    • @CodeJana
      @CodeJana  11 месяцев назад

      Hi...it's the same concept as image: www.twilio.com/docs/whatsapp/tutorial/send-and-receive-media-messages-whatsapp-python

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

    Is it possible to get the same json response that we see at 5:02 in python?

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

    Sir please I'm facing a problem and I want you to help me out

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

    Sir please please and please help me do a video on how to add a search 🔎 systems to the flask app

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

      Hi there Kenneth... I've found this wonderful tutorial for you.
      ruclips.net/video/UqRawhLNE-0/видео.html

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

      @@CodeJana ok sir. But can I have a way to send you my project so that you look at it for me

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

      @@Kennethlumor I wish I could. But i am very engaged in a company project.

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

      @@CodeJana ok sir thank you for your help though after that I still get un error but look for different way

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

    Sir i have completed the whatsapp bot Project and deploy it to Render
    everything is working fine
    but my question is how i implement in real world what
    i mean if somebody save my number
    and send messages to me i like my BOT to act
    because right now i am messaging to twilio save number and BOT is responding but how twilio will respond in behalf of me when somebody save my number and send me a message
    Thank you Please reply

    • @CodeJana
      @CodeJana  Год назад +1

      Hi..sorry for the late reply but you have register as a Sender on Twilio. They forward your profile to Meta(Facebook) and when you are approved. You can register any number with them or purchase a number from them, both will work. Application is free and they only need your business facebook account to be in good standing and your reason for messaging to be valid and spam-free.

    • @RD07gaming48
      @RD07gaming48 Год назад +1

      @@CodeJana Thank you for responding Sir can you please send me a link becaused i am little bit confused because hard to find in twilio site
      Thank you again

    • @CodeJana
      @CodeJana  Год назад +1

      @@RD07gaming48 This guide should help you do that: www.twilio.com/docs/whatsapp/tutorial/connect-number-business-profile#:~:text=Submit%20the%20WhatsApp%20Sender,say%20%22New%20WhatsApp%20Sender%22.

  • @ashishrock9585
    @ashishrock9585 Год назад +1

    How to send WhatsApp message on group

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

      Hi... Did you checkout twilio documentation?

    • @ashishrock9585
      @ashishrock9585 Год назад +1

      @@CodeJana yes but not found any valid solution. Can you please help me.

    • @CodeJana
      @CodeJana  Год назад +1

      @@ashishrock9585 hi... It looks like group messaging has been removed from twilio right now. I'll update you if i find any solution

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

    Hi, thanks for this great tutorial, I have a little question tho. How do I send messages by a custom phone number and not by the one provided by the Twilio sandbox ?

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

      Hi there. You need to purchase twilio upgrade.

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

      Here have to scan qr but i don't want to scan qr than what to do ?
      @@CodeJana

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

    Hey, can you provide the source code of your final project

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

      Hi there...it's on paid basis only.

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

      @@CodeJana ohh how much?

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

      INR 5000 or $62.5

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

      ​@@lovestats2647 You may checkout my msgping project that's the extension of this. It has some wonderful features. You can build a saas project off of that : ruclips.net/video/3Oqa0fwdD5M/видео.html

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

    Please help me 😢

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

    I watch other tutorials on how to do it but anytime create (db.create_all) the two databases create but one will look like a text file

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

      Hi there, apologies for delayed reply. I'll create a video for it today.

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

      @@CodeJana thank you so much sir

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

      @@CodeJana but will be glad if you can see my project. By the way I'm from Ghana 🇬🇭 is my final year project work I will email it to you

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

      @@Kennethlumor sure. You can connect with me through Discord

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

      @@CodeJana thank you I'm connected to you now on the discord

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

    can i send thw messages to whatsapp group ? using twilio
    if any seee this measage today please give solution , today was submissiion of task .

  • @juandanielvelezmunoz2667
    @juandanielvelezmunoz2667 Год назад +1

    how implemnt this, but a whatsapp number what not be twilio number

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

      Please follow this link for a guided setup : www.twilio.com/docs/whatsapp/tutorial/connect-number-business-profile#:~:text=At%20a%20high%20level%2C%20to,Manager%20account%20for%20Business%20Verification