awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Urinx avatar

Urinx/WeixinBot

0
View on GitHub↗
7,390 stars·1,967 forks·Python·Apache-2.0·24 views

WeixinBot

WeixinBot is a framework for WeChat account automation and bot development. It provides a programmable interface to monitor incoming messages and trigger automated actions within the WeChat ecosystem.

The system emulates a browser session using a WebSocket-based protocol and establishes identity through QR code authentication. It maintains session-state persistence to keep accounts active without repeated verification.

The project covers message processing for text, images, voice notes, and location data, and supports the transmission of emojis and links. It includes utilities for user contact management and the asynchronous retrieval of media files for local storage. Additionally, the framework supports message revocation to remove previously sent content.

Features

  • WeChat Automation Tools - Provides a programmable interface for automating interactions and managing accounts within the WeChat ecosystem.
  • Bot Development Frameworks - Offers a comprehensive framework for building automated bots that respond to messages and manage WeChat conversations.
  • Incoming Message Processors - Implements handlers for processing incoming text, images, and voice notes to trigger real-time responses.
  • Messaging API Interfaces - Provides an abstraction layer that maps high-level functions to raw network packets and protocol commands.
  • Protocol Emulation Libraries - Emulates a browser session using a WebSocket-based protocol to mirror a real user session.
  • Text Message Transmission - Enables the transmission of text, emojis, and links to individual users or group conversations.
  • WeChat Message Processing - Provides a system to monitor incoming text and media to trigger custom automated external actions.
  • Event-Driven Messaging Systems - Implements an architecture for responding to real-time data streams and message triggers from the server.
  • Media Content Retrievers - Provides programmatic retrieval of images, videos, and voice recordings from the messaging platform for local storage.
  • Session State Persistence - Maintains authenticated user identities and connection metadata across sessions to avoid repeated verification.
  • QR-Code Handshakes - Implements a secure session handshake using QR codes to link a mobile device with the bot client.

Star history

Star history chart for urinx/weixinbotStar history chart for urinx/weixinbot

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does urinx/weixinbot do?

WeixinBot is a framework for WeChat account automation and bot development. It provides a programmable interface to monitor incoming messages and trigger automated actions within the WeChat ecosystem.

What are the main features of urinx/weixinbot?

The main features of urinx/weixinbot are: WeChat Automation Tools, Bot Development Frameworks, Incoming Message Processors, Messaging API Interfaces, Protocol Emulation Libraries, Text Message Transmission, WeChat Message Processing, Event-Driven Messaging Systems.

What are some open-source alternatives to urinx/weixinbot?

Open-source alternatives to urinx/weixinbot include: devo919/gewechat — Gewechat is a bot framework and API wrapper for automating WeChat accounts. It provides a programmatic interface to… cluic/wxauto — wxauto is a Python library and bot framework designed for the programmatic control of the WeChat Windows desktop… eatmoreapple/openwechat — OpenWeChat is a Go language software development kit and API wrapper designed for integrating WeChat messaging and… littlecodersh/itchat — ItChat is a programmable API framework and command line client for automating personal WeChat accounts. It provides a… whiskeysockets/baileys — Baileys is a TypeScript API client library used to interact with the WhatsApp Web API via WebSockets without requiring… liuwons/wxbot — wxBot is a framework and toolkit for WeChat messaging automation. It provides a programmatic interface to send and…

Open-source alternatives to WeixinBot

Similar open-source projects, ranked by how many features they share with WeixinBot.
  • devo919/gewechatDevo919 avatar

    Devo919/Gewechat

    3,384View on GitHub↗

    Gewechat is a bot framework and API wrapper for automating WeChat accounts. It provides a programmatic interface to manage account sessions, automate the delivery of multi-modal messages, and administer group chats and contact directories. The project focuses on integrating external large language models into the messaging pipeline to automate conversational responses and handle queries. It utilizes a bridge to connect these AI models with the messaging platform for automated interaction. The system covers a broad range of capabilities, including event-driven message processing, asynchronous

    Java
    View on GitHub↗3,384
  • cluic/wxautocluic avatar

    cluic/wxauto

    7,140View on GitHub↗

    wxauto is a Python library and bot framework designed for the programmatic control of the WeChat Windows desktop client. It functions as a wrapper that enables the automation of messaging and social feed functions by simulating user interface interactions. The library distinguishes itself by providing a bridge between network requests and local UI automation, allowing users to expose automation capabilities via a web interface. It utilizes background execution and simulated system-level inputs to trigger application events without moving the physical mouse cursor. The project covers extensiv

    Pythonautomaticpythonrpa
    View on GitHub↗7,140
  • eatmoreapple/openwechateatmoreapple avatar

    eatmoreapple/openwechat

    5,477View on GitHub↗

    OpenWeChat is a Go language software development kit and API wrapper designed for integrating WeChat messaging and account management into Go applications. It serves as a bot framework and messaging library for handling real-time chat events and programmatic interactions with the platform. The project provides a comprehensive system for session management, including QR code authentication and the persistence of session cookies in JSON format to maintain access across restarts. It distinguishes itself by offering capabilities to intercept and preserve messages that senders attempt to revoke, a

    Gobotgogolang
    View on GitHub↗5,477
  • littlecodersh/itchatlittlecodersh avatar

    littlecodersh/ItChat

    26,462View on GitHub↗

    ItChat is a programmable API framework and command line client for automating personal WeChat accounts. It provides a system for building custom chatbot interactions and automating account settings and repetitive interactions. The project distinguishes itself through a multi-account management system that allows several account instances to run concurrently within a single process. It utilizes QR code authentication for logins and supports persistent session management, enabling applications to restart via hot reloading without requiring new authentication scans. The framework covers message

    Pythonapiitchatrobot
    View on GitHub↗26,462
See all 30 alternatives to WeixinBot→