https://github.com/sunsetmkt/bilibili-video-reply-crawler
Python爬虫获取Bilibili视频/专栏评论
https://github.com/sunsetmkt/bilibili-video-reply-crawler
bilibili crawler github-actions python python3 spider
Last synced: about 1 year ago
JSON representation
Python爬虫获取Bilibili视频/专栏评论
- Host: GitHub
- URL: https://github.com/sunsetmkt/bilibili-video-reply-crawler
- Owner: SunsetMkt
- Created: 2023-01-08T10:39:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T01:15:25.000Z (over 1 year ago)
- Last Synced: 2025-04-10T11:06:09.260Z (about 1 year ago)
- Topics: bilibili, crawler, github-actions, python, python3, spider
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 17
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bilibili-Video-Reply-Crawler
Python爬虫获取Bilibili视频评论
基于 https://zhuanlan.zhihu.com/p/275603349 修改,支持BV、av、cv,用法见`--help`。
支持通过GitHub Actions自动获取issue标题中的BV、av、cv号,自动爬取评论并回复到issue中。(本仓库不启用此功能,请Fork后自行启用Actions)
GitHub Actions的单个Job运行时间限制为6小时,因此每次最多只能爬取约80000条评论。不要在issue提交大于此数量的视频,运行时间超时不会保留结果。