gitmyhub

WeChatLuckyMoney

Java ★ 7.2k updated 7y ago ▣ archived

:money_with_wings: WeChat's lucky money helper (微信抢红包插件) by Zhongyi Tong. An Android app that helps you snatch red packets in WeChat groups.

An Android app that automatically opens WeChat red packet gifts in group chats faster than a person can tap, with keyword filters, optional delay, and auto-reply.

JavaAndroidsetup: easycomplexity 2/5

WeChatLuckyMoney is an Android app that automatically grabs red packets (hongbao) in WeChat group chats. In Chinese digital culture, WeChat groups regularly receive red envelope gifts where money is distributed among whoever taps first. Because the amounts are given on a first-come basis, speed matters. This app watches for red packets to appear and opens them automatically, faster than a person could react manually.

The app offers three monitoring modes that can be used in any combination: watching system notifications, the chat list, and individual chat pages. This lets you tune how visible the automation is versus how quickly it responds. There is also keyword filtering to avoid certain red packet types (such as contest-style ones that are traps), an option to add a delay before opening, and an auto-reply feature that sends a thank-you message after claiming a packet.

No root access is required to install or run the app, and the installation file is under 1 megabyte. It is available in both Chinese and English. The project is open source, and according to the README the code is transparent so users can inspect what it does. The app includes an in-app update mechanism to keep up with WeChat version changes.

The README is written primarily in Chinese and notes that using this app carries risks, including potential account restrictions or losing access to red packet features, and that users assume those risks themselves. The app was originally inspired by a demo from Xiaomi. It is MIT licensed.

Where it fits