Discover and explore top open-source AI tools and projects—updated daily.
kunkejiAI customer service automation for e-commerce and social platforms
Top 99.0% on SourcePulse
An AI-powered, multi-platform customer service robot designed to automate responses and manage interactions across e-commerce and social media channels. It targets businesses seeking to streamline customer support, offering intelligent replies powered by various large language models (LLMs) and a centralized management interface. The system aims to improve efficiency and customer engagement through automated communication and targeted content delivery.
How It Works
The system employs a hybrid integration strategy: MITM proxy injection and JavaScript runtime injection for platforms like Taobao/Qianniu, and browser automation via headless browsers for others like Pinduoduo. A message processing pipeline dispatches incoming messages through sensitive word filtering and keyword handling before generating responses using pluggable LLMs (e.g., GPT, Qwen, Llama). Communication is secured via SSL-encrypted WebSockets, and a modern PySide6 GUI provides a user-friendly interface for management and real-time message synchronization.
Quick Start & Requirements
git clone https://github.com/kunkeji/chatGPT_auto_msg_multiPlat.git
pip install -r requirements.txt
python app.py
admin/123456) is provided, but user registration is recommended.Highlighted Details
Maintenance & Community
The project explicitly states it cannot guarantee regular maintenance due to the developer's work commitments. Support and inquiries can be directed via GitHub Issues, email (kunkeji@qq.com), or through the official website (kunkeji.com).
Licensing & Compatibility
The project is released under the MIT License, which permits commercial use, modification, and distribution. No specific compatibility restrictions for closed-source linking or commercial applications are noted.
Limitations & Caveats
Only the Qianniu platform is fully implemented; other platforms are provided with core methods requiring further user development. The project's maintenance status may impact long-term support and bug fixes. The system enforces single-account login, limiting concurrent usage by multiple individuals on the same account.
9 months ago
Inactive