本工具可以监听微信视频号直播间的弹幕、礼物信息,并转发到指定的http地址。
decoded_openid
,它在同一个主播的不同直播场次中是不变的)Clone the repo and install dependencies:
npm install
安装完毕后,在 C:Users<username>.cachepuppeteerchrome
目录下,会有安装好的chrome
比如我机器上是 C:Usersfire4nt.cachepuppeteerchromewin64-117.0.5938.149chrome-win64
。
把这个目录复制为项目目录下的 assetspuppeteer_chrome
目录。
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package
MIT