askrella/whatsapp-chatgpt

ChatGPT + DALL-E + WhatsApp = AI Assistant :rocket: :robot:

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 44 minutes ago
Added to GitGenius on September 18th, 2026
Created on December 8th, 2022
Open Issues & Pull Requests: 40 (+0)
GitHub issues: Enabled
Number of forks: 904
Total Stargazers: 3,785 (+0)
Total Subscribers: 69 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 19.0 days
Mean response time: 68.3 days
90th percentile: 241.8 days
Tracked items: 19

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 12
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 573 days
Stale 30+ days: 10
Stale 90+ days: 9

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

whatsapp-chatgpt is a WhatsApp bot that integrates OpenAI's GPT and DALL-E to provide AI-powered responses within WhatsApp conversations.

The bot solves the problem of accessing advanced AI capabilities directly through WhatsApp messaging. It uses Puppeteer to run a real instance of WhatsApp Web, allowing it to send and receive messages as a standard WhatsApp client. Users can interact with the bot through text messages or voice messages, which the bot transcribes before generating responses using GPT or image generation using DALL-E.

Developers considering this project should be aware that it is currently unmaintained and seeking new maintainers. The tool requires Node.js, an OpenAI API key, and a WhatsApp account to operate. Since the bot makes calls to OpenAI's API, users will incur charges for each request. The approach of using Puppeteer to emulate WhatsApp Web is functional but carries risk: while it does work, WhatsApp does not officially support bots or unofficial clients on its platform, and there is no guarantee against account blocking, though the method has proven effective in practice.

The project shows active automation workflows for Docker builds and code formatting, indicating some level of ongoing infrastructure maintenance despite the unmaintained status of the core codebase itself.