-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
weichenzhao
committed
Mar 20, 2021
1 parent
ba64e5b
commit f39c628
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# DDDynamicRecorder | ||
VTuber/Vup 动态观测工具 | ||
|
||
## 功能介绍 | ||
|
||
本工具根据vdb.vtbs.moe的数据库,扫描所有VTuber/Vup的B站账号并获取新动态,并根据关键词过于重要动态并截图。 | ||
|
||
## 使用方法 | ||
安装相关以来后 | ||
python3 main.py [配置文件路径(默认config.json)] | ||
|
||
## 配置文件字段 | ||
|
||
+ "data_path": 数据文件夹路径,默认"./data"。 | ||
+ "exclude_types": 数组,用于设置需要排除的动态类型,其中1:转发,2:相簿,4:普通动态,8:视频投稿,16:短视频,64:专栏,256,音频,2048:直播日历。默认\[1\],即无视转发动态。 | ||
+ "ban_list": 数组,用于设置不观测的主播名单。默认[]。 | ||
+ "enable_filter": 是否启用关键词过滤关键动态截图,当开启时下面的设置项才有效,若关闭时则截图所有不属于上面排除类型的动态。 | ||
+ "content_filter": 动态过滤关键词,示例:\["出道","首播","纪念","生日","新衣","模型","衣服","新版","联动","毕业","第一次","百舰","千舰","百粉","千粉","万粉","告别","再见"\] |