/bilibili-viewcount-booster

B站刷播放量脚本

Primary LanguagePythonMIT LicenseMIT

使用代理池对目标视频进行轮询点击,视作游客观看,速度约为8播放量/分钟

B站目前(2024-03-30)限制同一IP对视频点击间隔大于5min,所以代理轮询完后如果不足5min会继续等待


使用方法

有Python环境

> git clone https://github.com/liqwang/bilibili-viewcount-booster.git
> cd bilibili-viewcount-booster
> pip install -r requirements.txt
> python booster.py <BV号> <目标播放数>

无Python环境

  1. Release界面下载与系统对应的文件
  2. 重命名为booster(Windows为booster.exe)
  3. 在终端中进入所在目录
> chmod +x booster (macOS/Linux的额外步骤)
> ./booster <BV号> <目标播放数>

Note

macOS可能会遇到「无法打开"booster",因为Apple无法检查其是否包含恶意软件」的报错,参考解决方式


运行效果

> ./booster BV1fz421o8J7 349

getting proxies from https://checkerproxy.net/api/archive/2024-03-29 ...
successfully get 2624 proxies

filtering active proxies using http://httpbin.org/post ...
2624/2624 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0%   
successfully filter 165 active proxies using 4min 36s

start boosting BV1fz421o8J7 at 20:27:40
361/349 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ done                    
finish at 20:33:04

参考

https://github.com/xu0329/bilibili_proxy