TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: ChatGPT over WhatsApp Service

6 pointsby ssmaameriabout 2 years ago
I connected the WhatsApp and ChatGPT APIs to allow you to connect and speak with ChatGPT over WhatsApp. Have called it ChatsApp. Simply add the number +1 689 267 3467 to your phones contact list, and start chatting with ChatGPT over WhatsApp.<p>Was pretty simple to build. Also had to buy a virtual number online to allow setting up a WhatsApp account with. The WhatsApp servers receive the message from the WhatsApp mobile application, which forward a webhook request to the application server I setup. The request gets forwarded to the ChatGPT API (i.e the OpenAI Chat API), and voila, you are now in conversation with ChatGPT<p>Interestingly, the ChatGPT API does not provide context recognition from previous conversations out of the box. That is something that needs to be built in manually. So currently, the ChatsApp service does not include the context recognition from previous conversations. Maybe something to look at building out in the future.

1 comment

petodoabout 2 years ago
Already done more than 2 weeks ago here<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35053406" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35053406</a>