Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ligb888/huya-danmu
虎牙直播平台,接收和发送弹幕协议,送礼协议
https://github.com/ligb888/huya-danmu
Last synced: 14 days ago
JSON representation
虎牙直播平台,接收和发送弹幕协议,送礼协议
- Host: GitHub
- URL: https://github.com/ligb888/huya-danmu
- Owner: ligb888
- Created: 2020-11-23T06:04:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-30T06:31:22.000Z (over 3 years ago)
- Last Synced: 2024-08-01T18:32:39.461Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 22
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## huya-danmu
仅供学习参考,不能做任何商业用途
虎牙接收、发送弹幕,送礼
安装以下组件
```
npm install ws
npm install md5
npm install to-arraybuffer
npm install request
npm install log4js
```运行test.js以测试
## 登录问题
登录cookie格式使用python抓取的格式,从其他地方获取的cookie可以手动转换一下(参考test.js),或者修改client.js里的cookie遍历方法