Chatbot for personal WeChat accounts
Top 40.0% on sourcepulse
This project enables personal WeChat integration with ChatGPT, allowing users to interact with the AI via their WeChat client. It's designed for individuals seeking to leverage ChatGPT's capabilities within their daily communication.
How It Works
The chatbot operates by leveraging the openwechat
library to interface with the WeChat client. It processes incoming messages (both private chats and group mentions) and forwards them to the OpenAI ChatGPT API for response generation. The generated replies are then sent back to the user through WeChat.
Quick Start & Requirements
go run main.go
api_key
in config.json
)config.dev.json
to config.json
and update API key.Highlighted Details
@
).Maintenance & Community
No specific information on contributors, sponsorships, or community channels is provided in the README.
Licensing & Compatibility
The license is not specified in the README.
Limitations & Caveats
The project relies on the stability of the openwechat
library and OpenAI API. No information is provided regarding error handling, rate limiting, or potential WeChat client compatibility issues.
1 year ago
Inactive