How To Connect OpenAI To WhatsApp (Python Tutorial)

  Рет қаралды 122,896

Dave Ebbelaar

7 ай бұрын

Want to get started with freelancing? Let me help: www.datalumina.com/data-freelancer
Need help with a project? Work with me: www.datalumina.com/consulting
🔗 Links in this video
github.com/daveebbelaar/python-whatsapp-bot/tree/main
⏱️ Timestamps
00:00 Introduction
00:57 Meta Prerequisites
01:22 Create Your Meta Business App
02:25 Add WhatsApp to the App
02:41 Select Phone Numbers
04:37 Send Messages with the API
11:57 Configure Webhooks to Receive Messages
20:40 Understanding Webhook Security
23:14 Learn about the API and Build Your App
24:11 Integrate AI into the Application
28:33 Integrate Your Own AI Functions
👋🏻 About Me
Hey there! I'm Dave, an AI Engineer and the founder of Datalumina, where our mission is to facilitate entrepreneurial and technological proficiency in professionals and businesses. Through my videos here on this channel, my posts on LinkedIn, and courses on Skool, I share practical strategies and tools to navigate the complexities of data, artificial intelligence, and entrepreneurship.
🛠️ My Development Workflow
kzfaq.info/get/bejne/adl5raZ32rLLeYU.html
✔️ My Project Management Tool
clickup.pxf.io/datalumina
🎓 Our Training Programs
www.skool.com/data-alchemy
www.skool.com/data-freelancer
🔗 Let's Connect
www.linkedin.com/in/daveebbelaar/
daveebbelaar
📥 Datalumina's Newsletter
www.datalumina.com/newsletter
📊 How I'm using data to track my health
join.whoop.com/datalumina
#ai #whatsapp #bot
📌 Video Description
In this video, Dave shares how he set up a WhatsApp AI bot using only Python, and he did it for free. He carefully shows you through a repository with all the code and instructions you need to do this on your own devices. Dave makes sure you know the basics, like understanding Python and setting things up in VS Code, so you're ready to make your own WhatsApp AI bot. He points out that you should start with a Meta developer account and make a business app. This is key for linking WhatsApp with the bot.
Dave goes into the technical steps of getting the WhatsApp business app and API ready. This includes getting a test phone number and adding it to Meta's developer portal. He teaches how to use the API to send messages and the important part of setting up environment variables for the bot to work smoothly. Dave shows you how to send a "Hello World" test message and why replying to this message is important for more custom messaging. This part is essential to understand how the bot works with WhatsApp's messaging service.
Next, Dave talks about webhooks, which let the bot receive and answer messages on its own. This part can be tough but also rewarding. It's about setting up webhooks to act when messages come in. Dave takes you through how to set up and protect webhooks, so you can get your applications to listen for messages well. This is important if you want to make interactive and quick-to-respond WhatsApp bots.
Towards the end of the video, Dave looks at adding AI to the WhatsApp bot. This turns it from a simple auto-responder into a smart AI assistant that can handle complex questions. He shows how to use OpenAI services to make the bot better, giving you a peek at what AI can do in messaging apps. Dave finishes by encouraging you to look into more API features and think about the security of webhook interactions. This guide isn't just a tutorial; it's an invite to dive into the exciting mix of AI and messaging apps. It gives you the tools and info to create your own advanced WhatsApp AI bots.

Пікірлер: 235
@daveebbelaar
@daveebbelaar 7 ай бұрын
🔐 Copy my AI tools & workflows: bit.ly/data-alchemy 💰 Kick-start your data freelance career: www.datalumina.com/data-freelancer
@traggerosbourne6877
@traggerosbourne6877 7 ай бұрын
Where is the link for the github repo
@daveebbelaar
@daveebbelaar 7 ай бұрын
github.com/daveebbelaar/python-whatsapp-bot
@truehighs7845
@truehighs7845 7 ай бұрын
Brilliant!!! thanks!
@sealandland3959
@sealandland3959 6 ай бұрын
@@traggerosbourne6877 At least say "please"...
@sealandland3959
@sealandland3959 6 ай бұрын
@@daveebbelaar Thanks alot indeed beyond words
@codewithkin
@codewithkin 6 ай бұрын
You sir, have just earned yourself a new subscriber! Thank you so much for this tutorial, the documentation was a bit tricky but you killed it! Hope to see more from you in future, cheers Dave.
@dhirajkahol
@dhirajkahol 5 ай бұрын
Thank you for this excellent step-by-step tutorial, was so much required. Keep going strong 👍🙏
@mbottambotta
@mbottambotta 7 ай бұрын
thanks Dave, really appreciate the trouble you went through to make this accessible to all of us. Great job! 🙏
@daveebbelaar
@daveebbelaar 7 ай бұрын
You're welcome!
@gabrielito4289
@gabrielito4289 27 күн бұрын
Awesome, I don't have any idea either Python or programming in general, but this guy explain in such great way that I will try to do it.
@silva8215
@silva8215 3 ай бұрын
Thanks so much for this helpful repo and video on that topic!
@recapped242
@recapped242 5 ай бұрын
i have really benefited from your video. thank you so much.
@SillyZillyMe
@SillyZillyMe 6 ай бұрын
Really looking forward to the next video (hoping it is very soon). I would like to see how you convert this into a Production environment and setting it up to receive unverified numbers. This setup is very clean and I like that you don't have to botch together the use of other services in order to get it working like I have seen with other tutorials.
@sealandland3959
@sealandland3959 6 ай бұрын
Have you made it run in your side?
@aliabdou7983
@aliabdou7983 Ай бұрын
@@sealandland3959 have you ?
@isragaytanmistico
@isragaytanmistico 5 ай бұрын
I am really impressed the great job you made Dave. Thanks to you absolutely. You win another subscriber. I bought a course on udemy on the topic and is not really good explained as you did here. Thanks to you for share your knowledge and keep the good work. Blessings!
@gokulraj6633
@gokulraj6633 4 ай бұрын
Thank you very much . The best video on using whatsapp api . Thank you again
@fabio336ful
@fabio336ful 4 ай бұрын
Thanks a lot! Great tutorial!
@user-wh2im7gq6s
@user-wh2im7gq6s 4 ай бұрын
00:02 Build a free AI WhatsApp bot with Python 02:15 Setting up the initial bot for AI WhatsApp Chatbot 06:59 Create a longer-lasting token for WhatsApp API setup 09:22 Configuring connection and sending custom messages on AI WhatsApp chatbots. 14:02 Enrock tool helps bypass local host for testing purposes. 16:14 Integrating with WhatsApp involves setting up a webhook and verification token. 20:42 Understanding web hook security and its implementation 22:47 Learn how to sell and monetize by building WhatsApp AI Bots as a freelancer 26:56 Build a WhatsApp AI bot to process and respond to messages. 28:58 Configuring Flask app for WhatsApp utilities
@TheMangz1611
@TheMangz1611 Ай бұрын
This is GOLD!
@carlav5285
@carlav5285 3 ай бұрын
What a nice video. Thank you! :)
@leorossi8403
@leorossi8403 4 күн бұрын
Great video! Learnt a lot
@prakharjain2548
@prakharjain2548 5 ай бұрын
Thanks for the useful video. Was able to completely follow and set things up quite quickly.
@daveebbelaar
@daveebbelaar 5 ай бұрын
Great to hear!
@harish5706
@harish5706 4 ай бұрын
i got stuck on this ! any solutions ? 401 {'error': {'message': 'Invalid OAuth access token - Cannot parse access token', 'type': 'OAuthException', 'code': 190, 'fbtrace_id': '******'}} i already check my token and it is correct , what should i do ?
@user-zw8bj6it4q
@user-zw8bj6it4q 6 ай бұрын
thanks dave, outstanding project
@daveebbelaar
@daveebbelaar 6 ай бұрын
Glad you enjoyed it
@abdulrehmanbaber2104
@abdulrehmanbaber2104 6 ай бұрын
HI Dave, Great content! happy for you
@user-bc6bb3pd5k
@user-bc6bb3pd5k 4 ай бұрын
Brilliant content :)
@RowanFonda
@RowanFonda 3 ай бұрын
Very very cool! Thank you
@jean-christopheyervant430
@jean-christopheyervant430 Ай бұрын
Thanks BRO it's amazing CONTENT I love you
@Alice8000
@Alice8000 3 ай бұрын
COOL BRO. Nice tut tut.
@al-aminibrahim1394
@al-aminibrahim1394 19 күн бұрын
Great video❤❤
@mista_ia
@mista_ia 6 ай бұрын
Thank you for making this accessible. So, We can't make it enter Groups? Can't do stickerize things mostly, etc. ?
@skeptomai97
@skeptomai97 Ай бұрын
Thank you i needed a detailed tutorial like this one. Just to know, do you hace any code example or tutorial tu use OpenAI and google calendar to make apointments via agents/function calling to add to this tutorial?
@pmig81
@pmig81 12 күн бұрын
This is great stuff 😊 subscribed! Instead of uploading a pdf file for the gpt assistant, can I use a database?
@CapDavyJons
@CapDavyJons 5 ай бұрын
Thank you 🙏
@KasunWijesekara
@KasunWijesekara 7 ай бұрын
Thank you for this dude
@daveebbelaar
@daveebbelaar 7 ай бұрын
Happy to help!
@sameergamer4567
@sameergamer4567 7 ай бұрын
Make another video on how to finetune this on our own dataset.
@semtitulo2909
@semtitulo2909 6 ай бұрын
Best WhatsApp video out there
@andreysorokin1236
@andreysorokin1236 7 ай бұрын
Please make a video on how to launch functions in the assistant
@manassisodia6116
@manassisodia6116 2 ай бұрын
Hey Dave, Thanks for tutorial, One more question, can we use our own api (based on llm which can answer question on my data ) and then use it to send answer to the questions asked on this whatsapp bot?
@cavalcanteluiz413
@cavalcanteluiz413 2 ай бұрын
Great tutorial, brother!! Thank you.
@UnbelievableButTrueInfo
@UnbelievableButTrueInfo 25 күн бұрын
Hi @dave Ebbelaar goede video. Ik vroeg me af hoe het zit met memory in de chat zelf
@bandui4021
@bandui4021 7 ай бұрын
Thanks, Dave! What kind of data can be used apart from a PDF? A screenshot or the information from a URL for example?
@daveebbelaar
@daveebbelaar 7 ай бұрын
Because this is a custom setup, you can literally use any data you can imagine. You would just have to create a separate service for that.
@juicetin942
@juicetin942 5 ай бұрын
Man you are awesome, never seen a tutorial like this. How do I buy you coffee?
@daveebbelaar
@daveebbelaar 5 ай бұрын
That means a lot to me - thank you! KZfaq actually has a feature for this where you can click "thanks" just underneath this video (same row as the like button).
@DaBo1
@DaBo1 10 күн бұрын
Very usefull video, thank you! i must have then open the computer in order for automation to happen if yes, how i can do then this in cloud to avoid keeping computer live 24/7 thank you!
@phoebebright
@phoebebright Ай бұрын
FYI my eu based ngrok domain could not be verified as a webhook callback url, it was not even called. But a non eu ngrok domain worked fine.
@jean-christopheyervant430
@jean-christopheyervant430 Ай бұрын
Hey I have the same problem here bad gateway 502 Bad Gateway how did you create a non UE ngrok domain ? should I use some VPN or sth ?
@jean-christopheyervant430
@jean-christopheyervant430 Ай бұрын
Region United States (us) I found the solution in the ngrok.yml but still US not working
@3101199
@3101199 20 күн бұрын
please explain how to not use ngrok domain! :)
@phoebebright
@phoebebright 20 күн бұрын
@@3101199 - so you can create a new domain in ngrok that can be based in the eu, just not with eu in the domain name.
@KetanChaudhari-vc7es
@KetanChaudhari-vc7es Ай бұрын
Great tutorials! Is there any way that I can add users using API calls and not manually through meta developer app portal?
@YasuoMidOnly
@YasuoMidOnly 7 ай бұрын
great vid
@bulutosman
@bulutosman 2 ай бұрын
Hi, I could not see the link for the video that you mention at 25:45
@jilojamba
@jilojamba 7 ай бұрын
can we integrate this on websites Dave?
@user-df6xo7wz2m
@user-df6xo7wz2m 2 ай бұрын
sir , my webhook is working and credintials are verified on local but on server its not working
@abuharibrahim979
@abuharibrahim979 7 ай бұрын
Can you add more videos for your Alchemy classroom?
@4rjunc
@4rjunc 5 ай бұрын
Is there any request limitation while using meta APIs?
@nilalzmn
@nilalzmn 2 ай бұрын
hi is there any way that i can change the image thumbnail when sharing a link? i wanna make my link personalized
@Iker44insua
@Iker44insua 3 ай бұрын
Hi Dave, is it possible to find a. Easier way??
@maxamad13
@maxamad13 6 ай бұрын
I have yet to see any videos on chatbot and if the customer needs live agent it will transfer. Can you help me with that or point me to some kind of library or services. Thanks
@yujiezheng8365
@yujiezheng8365 13 күн бұрын
thank u
@prathamnotorious8685
@prathamnotorious8685 5 ай бұрын
Do we necessarily need a real business account ? I don't have a business email ... What can I do?
@diakhadiop2128
@diakhadiop2128 5 ай бұрын
it works perfectly but when i ask questions related to the pdf file, the first answer is normal but the GENERATED message says something like it doesn't information related to the airbnb and stuff although in the IDE it answered correctly, anyone can help?
@elpablitorodriguezharrera
@elpablitorodriguezharrera 6 ай бұрын
Can you make it connected to GPT-4 and other text-to-image like Fooocus? It'd be super nice having Midjourney killer.
@eversonpergher2164
@eversonpergher2164 4 ай бұрын
Did you get GPT-4 or other AI connected?
@tapelongwenya
@tapelongwenya 2 ай бұрын
Just a quick one, am new to dev, how can I make the menu within the message templates to engage with a client when they send a message. E.g Main menu > Customer service > chat with an agent
@capitaoTigelinha
@capitaoTigelinha 3 ай бұрын
i am getting the error Signature verification failed! I alreqady reloaded the tokenm, created and tested a new ngrock domain many times but it doesnt work. any tips here?
@FredMud
@FredMud 3 ай бұрын
How do I get this to work for chatgpt vision functionality? For example I would like a WhatsApp user to be able to send an image on WhatsApp to the gpt, and the gpt responds according to whatever is in the image
@getkindlr
@getkindlr 6 ай бұрын
Awesome!!
@SillyZillyMe
@SillyZillyMe 6 ай бұрын
I've been trying to use this for the past couple of days. The app will randomly receive updates from Whatsapp even if I have not sent a new message. I'm glad that I was able to learn a couple of techniques but this solution seems to be pretty broken. Hoping that the next videos shows a more complete solution for creating a Whatsapp bot. Looking forward to more content :).
@daveebbelaar
@daveebbelaar 6 ай бұрын
I am working on it! You can monitor the logs to see where they are coming from. There likely needs to be another filter for the webhooks to filter only new incoming messages.
@sealandland3959
@sealandland3959 6 ай бұрын
​@@SillyZillyMeThanks a lot indeed beyond words for your comment, please keep us updated to check if you manage to make it work on your side. I have a good level of Python myself and would love to use this for complex projects
@chhavimohitkar2284
@chhavimohitkar2284 5 ай бұрын
Can we make it multilingual?
@blueriddlemonster
@blueriddlemonster 6 ай бұрын
Followed every step, but it keeps giving me the 403 error. any idea on how to resolve this? Read a lot on Stack overflow, debugged, but seems that I am really missing a step here ;-)
@buildrshub
@buildrshub 3 ай бұрын
can we make buttons also?
@dixithm.g.d7998
@dixithm.g.d7998 5 ай бұрын
Hey Can anyone tell me how I can add buttons tooo ?
@user-hd4gu6be9e
@user-hd4gu6be9e 6 ай бұрын
does it work for whatsapp business?
@manoranjansahu1680
@manoranjansahu1680 2 ай бұрын
Thanks Dude. Can we add that bot in my whatsapp group and the bot able to do send messages in group
@varelaseb
@varelaseb 6 ай бұрын
For everyone running into 403, it's in the decorator. Or at least it was for me. If you comment out the security required and @security required on the views.py file you should be good to go. Might not be the entirety of it but hopefully it sends you all in the right direction
@Cheikna98
@Cheikna98 6 ай бұрын
Thank you, I had the 403 ERROR (even after copying and pasting the same TOKEN). I added a # for @signature_required in app/views.py and it worked
@user-tg4vj5ou8m
@user-tg4vj5ou8m 6 ай бұрын
This unfortunately did not work for me. I've had a TON of verification issues on MacOS that have taken hours to work around. Not sure what I'm doing wrong & chatGPT can't figure it out either lol
@user-tg4vj5ou8m
@user-tg4vj5ou8m 6 ай бұрын
Solved this for me: after running ngrok I had to restart the flask app. Maybe it's the order of things... Didn't need to comment out anything from the decorators
@b3armonk
@b3armonk 3 ай бұрын
@@user-tg4vj5ou8m Yes you are right, once I followed your order of things it worked even without commenting out anything. First I ran Ngrok, then I start a fresh activation of my virtual env, started my run.py server, and finally only I went to verify and save on the Webhook configurations page. The 403 is gone then and I managed to save it. Hope this helps someone. Thank you @user-tg4vj5ou8m
@chrisquinn3377
@chrisquinn3377 2 ай бұрын
​@@b3armonkcan you provide more detail, do you have a web server? And do I need to add a .venv to the code
@servernajmi1354
@servernajmi1354 3 ай бұрын
already have dashboard front end?
@aliabdou7983
@aliabdou7983 Ай бұрын
But what if i want all users to contact my bot not only the number we did setup ?
@nguhprince7417
@nguhprince7417 6 ай бұрын
I'm having an issue creating the Meta Business Account. I already have one linked to my Facebook profile but the developers page still asks me to create one in order to complete the onboarding process.
@juicetin942
@juicetin942 5 ай бұрын
Thanks
@daveebbelaar
@daveebbelaar 5 ай бұрын
Thank you! 🙏🏻
@paritoshpandey5705
@paritoshpandey5705 2 ай бұрын
Can we have a video on how we can connect whatsapp to one of our own custom chatbots that works on our own AI model rather than Chat-GPT please ?
@ajojotank3448
@ajojotank3448 4 ай бұрын
Since Whatsapp group api is depreciated is there any way to make a group and add 2 users and have the bot facilitate the conversation? Does anyone have any information on this. Any help would be greatly appreciated :)
@luisjaimemartinez6848
@luisjaimemartinez6848 5 ай бұрын
Great video tutorial, i followed all video but i implemented server webhook using nodejs and express, everything works fine until i try to consume meta's cloud API, im getting: Recipient phone number not in allowed list: Add recipient phone number to recipient list and try again. Any thoughts?
@mominali8397
@mominali8397 2 ай бұрын
Try not using the .env to load the enviroment variables, instead defin them in the same file as were the code is running.
@easycodelab
@easycodelab 5 ай бұрын
Am stuck on this error when i try to get a test message for the very first time. 400 {'error': {'message': '(#131030) Recipient phone number not in allowed list' Am certain I did everything in the documentation/video. Any solutions??
@jeethendrabalaji8697
@jeethendrabalaji8697 4 ай бұрын
You would have to override env variable, change load_dotenv() to load_dotenv(override=True)
@hallohoi7741
@hallohoi7741 3 ай бұрын
Did you find a way to solve this issue? i'm facing the same problem right now
@anubiss264
@anubiss264 2 ай бұрын
@@hallohoi7741 Sorry i just figured out, in the .env file, delete the coment with the # and it works, also is witouth the +, for example if i have my spanish number should be :RECIPIENT_WAID="34xxxxxxxx", i hope it works for you now
@josealfonsx
@josealfonsx Ай бұрын
@@hallohoi7741 did you? I'm still stuck in this part.
@josealfonsx
@josealfonsx Ай бұрын
Found the solution in another comment by @mominali8397: Try not using the .env to load the enviroment variables, instead defin them in the same file as were the code is running.
@danielrock676
@danielrock676 6 ай бұрын
I configured the webhook but when I send messages to the test number nothing happens
@user-tg4vj5ou8m
@user-tg4vj5ou8m 6 ай бұрын
Basically learning that this entire provided code base breaks constantly on MacOS because it has issues with homebrew installed python.
@user-rt1kv6su5o
@user-rt1kv6su5o 5 ай бұрын
I'm in my 20s learning to be a programmer/coding, is it too late or not? I'm doubtful about my current age of 🙂
@mauricioknob592
@mauricioknob592 3 ай бұрын
Is it possible to make this bot work on a whatasapp group?
@mehdizoghi-ob1dm
@mehdizoghi-ob1dm 6 ай бұрын
Hi, i get this error while trying to add callback url . Do you have any idea? Thanks : "message": "Invalid signature"
@chrisquinn3377
@chrisquinn3377 2 ай бұрын
I am getting this error aswell did you figure it out?
@iamabubakarabdullah
@iamabubakarabdullah 4 ай бұрын
How to send video messages??
@traggerosbourne6877
@traggerosbourne6877 7 ай бұрын
Very interesting 😅
@daveebbelaar
@daveebbelaar 7 ай бұрын
Glad you think so!
@jeevanjanaratnam3543
@jeevanjanaratnam3543 Ай бұрын
Is it possible to do this in a WhatsApp group? I have a WhatsApp group with 5 people, including me. If anybody writes a message with, for example, 'help me,' there should be an automatic reply to the group. Is that possible? Any guide?
@MuhammadFaizanulHaqSheikh
@MuhammadFaizanulHaqSheikh 13 күн бұрын
they disabled my test number, how do i fix that?
@TheStRaX_
@TheStRaX_ 7 ай бұрын
Hey admij, can you upload video on how to upload flask app?
@daveebbelaar
@daveebbelaar 7 ай бұрын
Check out this video: kzfaq.info/get/bejne/nLp1qqqUtdewkWw.html
@ferasalfarsi897
@ferasalfarsi897 5 ай бұрын
Please, zoom in , the font is very small to read and see.
@ElectroCoderEC
@ElectroCoderEC 3 ай бұрын
What a beautifil tutorial, but i missed the section when you add more phonenumbers for clients, or add them to a whatsapp group. does it possible??
@b3armonk
@b3armonk 3 ай бұрын
just edit the code so all numbers that comes in are from people who text to you.
@user-il1mb7cd8d
@user-il1mb7cd8d 4 ай бұрын
When I try to verify my webhook, I get the following error "The callback URL or verify token couldn't be validated. Please verify the provided information or try again later." and a message on my ngrok command line interface saying GET / 502 Bad Gateway. Can anyone please suggest a way to solve it?
@jotten8587
@jotten8587 Ай бұрын
i have the same problem, did you fix it?
@kalyangoud8227
@kalyangoud8227 23 күн бұрын
Host your application in render and use the api end point for verification
@mizanurrahaman6786
@mizanurrahaman6786 7 ай бұрын
can this ai use in whatsapp group?
@esmaiyigunler3801
@esmaiyigunler3801 3 ай бұрын
We are getting the 404 found error error. No matter what we tried, it didn't work. Could it be due to a problem with our Facebook or WhatsApp line? I would be very happy if anyone got the error and explained how they solved it.
@uzairleo2910
@uzairleo2910 6 ай бұрын
Thats Awesome But you have to must mention this thing in title of video "How i Build RULE BASE "chatbot not AI Chatbot
@IbrahimKhan-tw5bf
@IbrahimKhan-tw5bf 6 ай бұрын
He did make an AI chatbot if you went through the end of the video
@sandeepv2441
@sandeepv2441 5 ай бұрын
Add custom function for response . And define there ur prompts
@letis7766
@letis7766 6 ай бұрын
bro, it says forbidden when connecting webhook error 403, have you solved that problem or I am doing something wrong?
@SairamreddyVintha-om7tg
@SairamreddyVintha-om7tg 3 ай бұрын
Even I am running in to same problem , Did it solve for you ?If so please share the solution
@ShriNanduKi
@ShriNanduKi 3 ай бұрын
@@SairamreddyVintha-om7tg pls add the verification token u mention in the webhook setup into the .env file n check
@SairamreddyVintha-om7tg
@SairamreddyVintha-om7tg 3 ай бұрын
@@ShriNanduKi Thank you it started working. This time after all the steps running into a different issue File "C:\Program Files\Python311\Lib\ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Python311\Lib\ssl.py", line 1075, in _create self.do_handshake() File "C:\Program Files\Python311\Lib\ssl.py", line 1346, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002) The above exception was the direct cause of the following exception:
@slaygirlslay4952
@slaygirlslay4952 4 ай бұрын
Please help me I am trying to run the "call the function" paragraph to do a test text but I get errors saying no module named "requests"?
@owaiswajid6853
@owaiswajid6853 2 ай бұрын
You need to install all the dependencies run this on your terminal - pip install requests
@alfieblake2646
@alfieblake2646 4 ай бұрын
Please help me I am trying to the run the “call the function” paragraph to do a test text but I then end up getting errors which say no module named “requests”
@theunaffordablemedia
@theunaffordablemedia 4 ай бұрын
It means that you don't have the "request" module installed on your local machine and it's necessary ti run the app. In your invite, type "pip install requests" and it will install it. You're good to go then.
@AlexisSambrano-sf3nx
@AlexisSambrano-sf3nx Ай бұрын
siempre que creo un portafolio comercial me restringen esa cuenta al momento de crearlo
@aidanaualikhan4102
@aidanaualikhan4102 21 күн бұрын
When I try to create a webhook in whatsapp configuration, it says that the ngrok URL couldn't be validated and when I try to create a webhook in webhooks it says that ngrok URL is malicious. What can I do?
@3101199
@3101199 20 күн бұрын
same
@guilhermecarlos6360
@guilhermecarlos6360 11 күн бұрын
You can use VSCode port forwarding instead of NGROK, I have gone through the same problem
@adithyabalagoni2704
@adithyabalagoni2704 11 күн бұрын
@@guilhermecarlos6360 how?
@H_A-nb4uf
@H_A-nb4uf 10 күн бұрын
@@guilhermecarlos6360 wht else u did ?
@itskittyme
@itskittyme 7 ай бұрын
is this allowed ? i'd love to make a bot to have my friends chat with it for fun and maybe add functionalities to it like agenda, calendar, stuff like that, but I'm scared of getting a ban and losing my contacts
@daveebbelaar
@daveebbelaar 7 ай бұрын
It's definitely allowed but you have to turn your WhatsApp phone number into a business number if you want to do this with your own number. You might want to get a different number for this to experiment.
@itskittyme
@itskittyme 7 ай бұрын
ok thank you for the tips!@@daveebbelaar
@andretosin
@andretosin 3 күн бұрын
It’s still working with ngrok? I couldn’t configure the webhook when running through this tunnel.
@aicha5987
@aicha5987 2 күн бұрын
Same
@samuelpfisterer1659
@samuelpfisterer1659 Күн бұрын
It seems like it is not working anymore: kzfaq.info/get/bejne/gtqhaN1z3rDTeYU.html
@olivergilestradahernandez100
@olivergilestradahernandez100 11 сағат бұрын
@@samuelpfisterer1659 it don´t work any more
@jvp8447
@jvp8447 4 ай бұрын
I love you
@leooliveira8348
@leooliveira8348 5 ай бұрын
'error': {'message': "Unsupported post request. Object with ID 'messages' does not exist, cannot be loaded due to missing permissions,? somebody ?
@theshubhang
@theshubhang 3 ай бұрын
did you solve it?
@wongr643
@wongr643 6 ай бұрын
somehow i keep getting 403 when i try to verify... not sure why... even when i changed the code to hardcode the logic it still wouldn't send 200. By the way the path in documentation is wrong, you put webhook"s" in the path but it should be webhook. You may want to update that. Thanks Dave for the great content
@daveebbelaar
@daveebbelaar 6 ай бұрын
Getting the verification can be tricky. All the pieces have to be in the right place. Also, thanks for pointing that out about the/wehook! I've corrected in the docs.
@xxx182
@xxx182 6 ай бұрын
Having the same issue. Tried to deploy to Google app engine and got the same. Anyone was able to fix it?
@aureliengruchy7769
@aureliengruchy7769 6 ай бұрын
Did you solve the issue ? I have the same problem where i don't get the X-Signature-256 in the request header ...
@SillyZillyMe
@SillyZillyMe 6 ай бұрын
@@aureliengruchy7769 I'm digging through the code right now to figure out where I am going wrong. The "signature" variable for be is empty when I run the program.
@SillyZillyMe
@SillyZillyMe 6 ай бұрын
I had to modify the code in order to verify the webhook. @webhook_blueprint.route("/webhook", methods=["POST", "GET"]) @signature_required def webhook(): if request.method == "GET": return verify() elif request.method == "POST": return handle_message() I removed this in the views.py and replaced it with the following: @webhook_blueprint.route("/webhook", methods=["GET"]) def webhook_get(): return verify() @webhook_blueprint.route("/webhook", methods=["POST"]) @signature_required def webhook_post(): return handle_message() I also had to comment out a section in whatsapp_utils.py that maybe I just missed in the tutorial. The custom TO-DO response variable wasn't commented out. # TODO: implement custom function here #response = generate_response(message_body) I haven't tested anything past this point but I will update this comment once I successfully make it through the complete tutorial. ChatGPT is crazy good.... I would have never figured this out. EDIT: I was able to get this tutorial to work with the changes that I made @daveebbelaar However I am seeing that the app seems to be getting some some calls to the webhook that repeats a request for old information multiple times. Going to do some more playing around and see what the issue may be.
@franpalokaj
@franpalokaj 5 ай бұрын
Oof... I already got stuck on the first 3 minutes of the tutorial. Facebook is not allowing me to verify my business account, which is making me unable to create a Whatsapp app. I get the following error: "Your business is prohibited from advertising, including claiming apps." Did anyone encounter this and found a solution for it?
@leooliveira8348
@leooliveira8348 5 ай бұрын
I sent a photo of my ID, after that they gave me access
@franpalokaj
@franpalokaj 5 ай бұрын
Thanks for the tip! @@leooliveira8348
@GarPaul
@GarPaul 5 ай бұрын
Facebook is blocked in my country. I use VPN to access it. And it tells me "your business is prohibited from advertising, including claiming apps" That's when I add the business name. How can I bypass this challenge?
@b3armonk
@b3armonk 3 ай бұрын
what country are you from? Is your country actively using whatsapp?
Must-have gadget for every toilet! 🤩 #gadget
00:27
GiGaZoom
Рет қаралды 11 МЛН
My little bro is funny😁  @artur-boy
00:18
Andrey Grechka
Рет қаралды 11 МЛН
OMG😳 #tiktok #shorts #potapova_blog
00:58
Potapova_blog
Рет қаралды 4 МЛН
Must-have gadget for every toilet! 🤩 #gadget
00:27
GiGaZoom
Рет қаралды 11 МЛН