Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ikaros-521/bilibili_gift_screenshot
用于哔哩哔哩直播时,用户送礼物时触发截图,可自定义截图区域
https://github.com/Ikaros-521/bilibili_gift_screenshot
Last synced: 12 days ago
JSON representation
用于哔哩哔哩直播时,用户送礼物时触发截图,可自定义截图区域
- Host: GitHub
- URL: https://github.com/Ikaros-521/bilibili_gift_screenshot
- Owner: Ikaros-521
- License: gpl-3.0
- Created: 2024-02-15T14:54:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T16:29:16.000Z (7 months ago)
- Last Synced: 2024-08-01T02:27:55.879Z (3 months ago)
- Language: Python
- Size: 57.6 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bilibili-extra - Bilibili_gift_screenshot - 用于哔哩哔哩直播时,用户送礼物时触发截图,可自定义截图区域.![Python](svg/python.svg?raw=true) (直播相关工具 / 直播脚本)
README
# 前言
程序名:B站送礼截图
主旨:记录B站观众送礼时的屏幕情况(如:操作截图、礼物特效、礼物弹幕等)
功能:用于哔哩哔哩直播时,用户送礼物时触发截图,可自定义截图区域# 开发环境
python:3.10.10
操作系统:win11# 使用
## 安装依赖
`pip install requirements.txt`
## 运行webui
`python webui.py`,启动后自动打开浏览器访问webui页面,完成配置后点击`保存配置`,再`一键运行`即可。
# 效果图
![image](https://github.com/Ikaros-521/bilibili_gift_screenshot/assets/40910637/cb9c005d-2c63-4ae4-933a-f24067521b44)![image](https://github.com/Ikaros-521/bilibili_gift_screenshot/assets/40910637/032813dd-dbca-4b49-8497-a2742ab689b0)
# 更新日志
- 2024-4-9
- 新增 截图延迟的配置项,用于推迟截图的触发时间点- 2024-2-17
- 新增 坐标组增删功能
- 修改截图文件名到毫秒,修复多个区域截图被覆盖的bug
- 修复SC数据处理bug
- 2024-2-15
- 初版demo发布