AI Personal Learning
and practical guidance
CyberKnife Drawing Mirror

SuperWeChatPC: open source computerized WeChat enhancement tool, support for secondary development

General Introduction

SuperWeChatPC is an open source WeChat enhancement tool for computers, with a core focus on providing convenience for users and developers. It initially solved the problem that WeChat could only be opened singly, and later added the WeChatSDK to allow developers to call WeChat functions, such as sending messages, adding friends, and so on. Developed by anhkgg on GitHub, the tool supports Windows systems, logs in to multiple WeChat accounts at the same time, and provides message anti-withdrawal, voice backup, and large file sending features. The code is public and updated frequently, making it suitable for people who need to manage WeChat or develop WeChat-related features. It has attracted a lot of attention on GitHub.

SuperWeChatPC: open source computerized WeChat feature enhancement tool, support for secondary development-1


 

Function List

  • WeChat Multi-Open: Log in to multiple WeChat accounts at once on your computer.
  • WeChatSDK Interface: Provides a developer interface to send messages, add friends, manage group chats, and more.
  • Message Withdrawal Prevention: You can still view the message after the other party has withdrawn it.
  • Voice Backup: Save WeChat voice to local.
  • Large File Delivery: Supports sending files larger than 100MB.

 

Using Help

Installation process

SuperWeChatPC does not require a complicated installation, but you have to have the WeChat client first. The steps are as follows:

  1. Open the official website.: Accessed with a browser https://github.com/anhkgg/SuperWeChatPCThe
  2. Download file: Find "Releases" or "sdk/SuperWeChat.zip" on the page and click to download the latest version of the zip.
  3. Unzip the file: Unzip it to any location on your computer, such as D:\SuperWeChatYou'll see. SuperWeChat.exeThe
  4. Check WeChat: Ensure that your computer has the WeChat client installed (download the latest version from the official website).
  5. starter kit: double-click SuperWeChat.exe Running.

How to use the core features

WeChat Multi-Open

  • double-click SuperWeChat.exe, a WeChat login window pops up, and you use your cell phone to scan the code to log into your first account.
  • Double click again SuperWeChat.exe, open a second window and scan the code to log into another account.
  • You can repeat the operation and log in to multiple accounts, the number of which depends on computer performance.

WeChatSDK Calls

  • Getting the SDK: Download on the GitHub page WeChatSDK.dll and documentation (docs/sdk.md).
  • Preparing the environment: Developers need to install programming tools such as Python or Visual Studio.
  • invoke an interface: Connect to the SDK with code. such as sending a message:
    import ctypes
    sdk = ctypes.CDLL("WeChatSDK.dll")
    sdk.SendMessage("wxid_friend_id", "Hello")
  • Other Functions: You can add friends, send group messages and so on, see the documentation for details. Suitable for developing auto-reply or group management tools.

Message Withdrawal Prevention

  • It takes effect automatically after starting SuperWeChatPC.
  • When someone withdraws a message, the chat window displays the content and is labeled "[Withdrawn]".
  • No need to set it up, just use it.

Voice Backup

  • Find the unzipped SuperWeChat(voice backup).bat, double-click to run.
  • Enter the save path, e.g. D:\voicePress enter.
  • When the voice is received, it is automatically saved as a local file with a timestamped filename.

Large File Delivery

  • Select File Send in the chat window, SuperWeChatPC will automatically lift the 100MB limit.
  • After tapping send, the other party receives it directly, suitable for sending videos or zip packages.

caveat

  • version update: Microsoft updates may cause the tool to fail, check GitHub regularly for new versions.
  • Operational issues: When multi-opening fails, check if other tools are interfering, or restart your computer.
  • Information for Developers: Programming knowledge is required to use the SDK, and the documentation is the main reference.
CDN1
May not be reproduced without permission:Chief AI Sharing Circle " SuperWeChatPC: open source computerized WeChat enhancement tool, support for secondary development

Chief AI Sharing Circle

Chief AI Sharing Circle specializes in AI learning, providing comprehensive AI learning content, AI tools and hands-on guidance. Our goal is to help users master AI technology and explore the unlimited potential of AI together through high-quality content and practical experience sharing. Whether you are an AI beginner or a senior expert, this is the ideal place for you to gain knowledge, improve your skills and realize innovation.

Contact Us
en_USEnglish