Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
weichenzhao committed Mar 20, 2021
1 parent ba64e5b commit f39c628
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
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": 动态过滤关键词,示例:\["出道","首播","纪念","生日","新衣","模型","衣服","新版","联动","毕业","第一次","百舰","千舰","百粉","千粉","万粉","告别","再见"\]

0 comments on commit f39c628

Please sign in to comment.