Function
This tool can monitor the barrages and gift information in the live broadcast room of WeChat video accounts and forward them to the specified http address.
- The tool is only released and tested on Win64 systems. Not tested on other systems.
The user ID of the same user will change in different live broadcast sessions. . (Updated on 2024-02-02, use decoded_openid
in the data, which is unchanged in different live broadcasts of the same anchor)- The user's like behavior (long press the like button on the live broadcast interface) and the total number of likes in the live broadcast room can be obtained, but the precise number of likes for a single user cannot be obtained.
Usage
- Click the "Start Monitoring" button.
- The browser will open the video account management background, and use WeChat to scan the QR code to log in.
- This tool will display the status of the live broadcast room as well as barrages and gift information.
- Set an http forwarding address to forward barrage and gift information to the specified address.
Development Notes
Install
Clone the repo and install dependencies:
After the installation is completed, there will be installed chrome in C:Users<username>.cachepuppeteerchrome
directory. For example, on my machine it is C:Usersfire4nt.cachepuppeteerchromewin64-117.0.5938.149chrome-win64
. Copy this directory to the assetspuppeteer_chrome
directory under the project directory.
Starting Development
Start the app in the dev
environment:
Packaging for Production
To package apps for the local platform:
License
MIT