# TencentDanmu **Repository Path**: anoraks/TencentDanmu ## Basic Information - **Project Name**: TencentDanmu - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-25 - **Last Updated**: 2024-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TencentDanmu 腾讯视频弹幕爬虫 # 实现步骤 - 进入待爬取视频页面 - F12进入开发者模式 - Network中所搜30000可以看到该请求的url - 复制url中这部分字段字段 ![img.png](img.png) # 运行 在这个目录下运行cmd ``` # python main.py [你想创的文件名] [url里复制的字段] [视屏的总时长(分钟)] # 如: python main.py 脱口秀 u0044kvn0al 20 ```