n3d1117 / chatgpt-telegram-bot

🤖 A Telegram bot that integrates with OpenAI's official ChatGPT APIs to provide answers, written in Python
GNU General Public License v2.0
2.98k stars 1.37k forks source link

whatsapp bot #228

Open Rusteam opened 1 year ago

Rusteam commented 1 year ago

I know the repo is called chatgpt-telegram-bot but I'm thinking to implement the same functionality on whatsapp as well. Do you think it will be useful to this community?

n3d1117 commented 1 year ago

Hi @Rusteam! Right now, the implementation heavily relies on Telegram APIs (and the python-telegram-bot library). It would take a significant amount of work to abstract that all away to allow different providers like WhatsApp.

While I wouldn't use this myself, it would definitely be cool! I'm not familiar with WhatsApp APIs, do they allow sending images, text, typing actions etc?

Rusteam commented 1 year ago

I have done a simple text bot with WhatsApp but I'll check for images and audio. And I have deployed it on S3 for almost no pay. It will be useful for me as there are bunch of audios coming from WhatsApp chats. If you like the idea then I'll implement in my fork and submit a PR.

Great project by the way. I was able to deploy it on a server under one hour

notintricate commented 1 year ago

I have done a simple text bot with WhatsApp but I'll check for images and audio. And I have deployed it on S3 for almost no pay. It will be useful for me as there are bunch of audios coming from WhatsApp chats. If you like the idea then I'll implement in my fork and submit a PR.

Great project by the way. I was able to deploy it on a server under one hour

Curious if there's any progress here?

Rusteam commented 1 year ago

I ended up using this repo https://github.com/askrella/whatsapp-chatgpt