How to Connect ChatGPT and WhatsApp using MacOs
HTML-код
- Опубликовано: 13 янв 2025
- In this video, we'll show you how to integrate ChatGPT with WhatsApp to create a powerful chatbot that can understand natural language and provide personalized responses. We'll walk you through the process step-by-step, of integrating ChatGPT API with WhatsApp. Whether you're a business looking to automate customer service or an individual looking to create a chatbot for personal use, this video will provide you with all the information you need to get started. So, watch the video and learn how to build your own WhatsApp chatbot with ChatGPT today!
No API registration is required!
WhatsApp GPT Package: github.com/dan...
HomeBrew: brew.sh/
Super. I got stuck with the other ones for expects, now here you explained for the ordinary people. Amazing.
I was struggling with the "I am not a robot" verification and I could solve it thanks to your video. Best video about this topic that I have seen in RUclips!
Glad it helped! Thank you 🙏🏾
Currently struggling with the " I am not a robot" verification, would you mind explaining about the way you solve it?
Thank you for the amazing tutorial my man.
super helpful, thanks. Still took me hours to get it to work but finally, it's working. My guess is 2 days later someone will just create a new App that makes it work without all that complicated headaches haha. But, anyway, thank you.
Thank you for the tutorial my man.
Great stuff ! Thanks for the plug
Thank you Phenyo🙏🏾
im in trouble in minute 9:58 I already installed the others programs, but it didn't create the QR code
very nice
do i have to keep firefox window on always to interact?
I did almost the same on windows and it works fine.
thank you very much for the video !!
Yes the process is very much similar. Thank you for watching
Is there a version for use in Node.js?
I could do everything but couldn't understand why and how to use two phones WhatsApp to do it /does other phone also need to be on same WhatsApp account /does both phones need to scan QR code/if other phone has to stay online to access chatgpt?
Do you also have a video for multiple Chat GPT chats?
hey bro at @2:34 what programmes should i dowload for terminal ?
Download WhatsApp GPT Package here: github.com/danielgross/whatsapp-gpt then use the terminal(on Mac) to install Homebrew by copying and pasting this: /bin/bash -c "$(curl -fsSL raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Then follow the video on commands on how to install the other packages.
Terminal is alreading installed on Mac. Just press (Command+Spacebar) and search for Terminal
Can you do a video using visual studio please. It doesn’t have go as an extension so I got stuck. Thank you for the video though
Hi bro, while running the main.go it showing error.
zsh: command not found: go
same
did you solve it ?
Hi! I am struggling with this; ModuleNotFoundError: No module named 'playwright'
me2
Thank you for the video it surely was helpful, just thought to ask: when it is connected on my whatsapp, and send a message on whatsapp, it shows on my chatgpt desktop and it starts responding; however, the response does not show up on whatsapp. so it seems it receives the commands from whatsapp but the response is not coming back, any ideas?
will this code be able to respond thousand users at a time ?
Hey, I write: python -m pip install flask
And it responds: zsh: command not found: python
What should I do?
Is Python successfully installed? When you run "python -v"?
hey I literally just spent 20 mins to figure this one out. So the command is diferent I guess depending on version of the MACOS. type ' pip3 install flask'
this should do the trick :)
@@sankymonkeygaming Thank you! Worked on my modern mac. Legend!!
@@sankymonkeygaming this work for me really nice answer
@@sankymonkeygaming how you install playwhright, the command npx it doesn't work for me
zsh: command not found: python
can;t find python when I enter python -v
Hey mate great video so far, when I want to brew install node it tells me that the command not found what to do ?
Thank you a lot
Try to skip that part of installing node. Sometimes it works without it.
great video but stuck with flask installation as it's saying "zsh: command not found: python"
Me too.
Is Python successfully installed? When you run "python -v"?
This is the error when i try to install playwright
zsh: command not found: npx
This is solved
How did you solve it? Have the same error
when i try to use python -m pip install flask show python command not found, can you help?
Have you successfully installed python? What happens when you run "python -v" on the terminal?
@@phandastudios2136 for me it does the same thing. python is downloaded
do this command echo: "alias python=/usr/bin/python3" >> ~/.zshrc
try "pip3 install flask" command to install flask
this all commands work for windows?
Some works but I’m making a video that will focus on windows only. I will publish it As Soon As Possible
The video for windows is up you can go check it on my channel.
Para windows, como resolver
Haré un vídeo al respecto.
@@phandastudios2136 Te lo agradecería muchísimo!!!
The video for windows is up you can go check it on my channel.
I am getting this error when i am trying to run the server file :
line 10, in
from playwright.sync_api import sync_playwright
ModuleNotFoundError: No module named 'playwright'
Did you Install Playwright us "npx playwright install"?
@@phandastudios2136 Yes i did it!
@@sociobird09 Meaning it was not succesfully installed. There are few comands that you have to run at the end of its insallation process. Re-install playwright and read the last lines for further steps.
@@phandastudios2136 what do I do to fix it?
same here. same exact error. Anyone got a fix for this?
Upload for windows dude
Is it work in android?
Surely it should work. I do not have an android to test
when well you make a windows tutorial ?
It should be up on this channel by the end of the week
The video for windows is up you can go check it on my channel.
my command prompt cant find the go command
I will make a video on how to do it on Windows. But you have to create a path directory that lead to Go folder bin
The video for windows is up you can go check it on my channel.
FYI - I had the same issue on Mac and had to run the steps at this part of the Windows video (install go package): ruclips.net/video/IVm_sGqayZk/видео.html
zsh: command not found: go
This is new error
this is solved
Good work bro, but it's already exist by the name "God in the Box"
im getting this error when i try to reach chatgpt via the whatsapp chat: playwright._impl._api_types.TimeoutError: Timeout 30000ms exceeded.
getting this error on running the npx playwright install
npm ERR! code ENOENT
npm ERR! syscall lstat
npm ERR! path /opt/homebrew/Cellar/node/19.6.0/lib
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, lstat '/opt/homebrew/Cellar/node/19.6.0/lib'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found
[Client/Socket ERROR] Error reading from websocket: websocket: close 1006 (abnormal closure): unexpected EOF. (how to solve this erorr)