This repository has been archived on 2022-05-30. You can view files and clone it, but cannot push or open issues or pull requests.
Jerry Yan 0723817bc8 Merge branch 'lubo'
# Conflicts:
#	Common.py
#	Demo/Xigua.proto
#	Demo/XiguaGift.proto
#	Demo/XiguaUser.proto
#	README.md
#	WebMain.py
#	WinMain.py
#	api.py
#	bilibili.py
#	liveDownloader.py
#	templates/head.html
2021-05-19 12:28:01 +08:00

32 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# XiguaLiveDanmakuHelper
## 现在西瓜视频搜索接口无法使用建议开发者自己找到自己的用户ID写死加载即可
### 因西瓜直播弹幕接口换成了ProtoBuf已经尝试解析出了部分proto
### 从安卓9.4版本后 *(大概是)* 发现需要连接Websocket才能获取弹幕且又是魔改protobuf搞不懂手动断开Websocket后才会轮询请求
### ~~西瓜直播弹幕助手--界面版~~
> 界面版:[q792602257/XiguaDanmakuHelperGUI](https://github.com/q792602257/XiguaDanmakuHelperGUI "C# ver")
> #### 该项目已经荒废,除非你知道如何开发,否则不建议使用
### 西瓜直播弹幕接口```api.py```
> - 基于安卓9.6.6(96615)
### 西瓜直播弹幕助手--礼物端```WinMain.py```
### 西瓜直播弹幕助手--录播端```WebMain.py```
> - 能够自动进行ffmpeg转码
> - 转码后自动上传至B站
> - 顺便还能自己清理录播的文件移动到一个位置执行shell命令上传百度云
> - 把录像文件分一定大小保存B站有限制但是不知道是多少
> - 少部分错误包容机制
> - 有一个简单的WEB页面及简单的控制接口
### ~~计划更新~~
### 随缘更新