# bullet-screen-count **Repository Path**: wdym/bullet-screen-count ## Basic Information - **Project Name**: bullet-screen-count - **Description**: bullet-screen-count ,快手直播,弹幕统计爬虫 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-04-21 - **Last Updated**: 2022-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 使用步骤 ### 配置文件 ```sh { "base": { "iid": "haishi_1229", #主播id "timeout": 30 #倒计时 }, "users": [ #要监控的主播及其内容,要监控几个就在数组添加几个对象,注意格式 { "name": "张三", #名称,弹幕对应内容,头像(放在images目录下),颜色 "content": "1", "avatar": "/images/pic.gif", "color": "#ff8000" } ] } ``` ### 启动 命令行进入项目目录,执行 `venv\Scripts\python.exe crawler.py`,程序自动启动然后浏览器打开统计图