WeChatAI is a smart assistant based on WeChat chat

Support multiple AI models (DeepSeek, Gemini, Tongyi Thousand Questions), support custom trigger words, real-time message recording and display, window top-setting, local data storage, and privacy protection.
Vita0519 ‘s GitHub project WeChatAI It is a WeChat chat intelligent assistant developed based on Python. It aims to provide AI-driven intelligent conversation and automatic reply functions for WeChat Group chats and personal chats.

Project introduction

WeChatAI supports a variety of mainstream large-language models, including DeepSeek, Gemini and Tongyi Thousand Questions. Users can choose the appropriate model for dialogue based on their needs.

Focus on core functions

  • Multiple model support: Flexibility to integrate multiple AI models to meet the needs of different scenarios.
  • Multiple group/individual monitoring: You can monitor multiple chat objects at the same time to improve efficiency.
  • Custom trigger words: Users can set specific keywords to trigger AI responses.
  • Real-time message logging: The interface displays the conversation content in real time for easy viewing.
  • Modern interface: Adopt a simple and beautiful macOS-style design and support window placement.
  • local data storage: Question and answer data is stored locally to ensure user privacy.

ˇSystem requirements

  • operating system: Windows 10/11 (64-bit)
  • WeChat version: PC version of WeChat ≥ 3.9.0
  • network connection: Need to maintain a stable network environment

🚀Installation and use

  1. Clone the project and install dependencies:

    git clone https://github.com/Vita0519/WeChatAI.git
    cd WeChatAI
    pip install -r requirements.txt

2. use pyinstaller Package to generate executable files:

pyinstaller -F main.py

3. Make sure WeChat is logged in and kept running.
4. run the generated WeChatAI.exe, configure the API key of the AI model according to the interface prompts, set trigger words, and add groups or contacts that need to be monitored.

This project is suitable for users who want to integrate AI chat assistants in WeChat, especially for scenarios that require intelligent replies in multiple groups. The project has a friendly interface and practical functions, making it suitable for developers or AI enthusiasts with a certain foundation in Python to try and deploy and use it.

Github:https://github.com/Vita0519/WeChatAI

Oil tubing:

Scroll to Top