Giter Club home page Giter Club logo

bili-play-action's Introduction

Bilibili播放量助手

简介

哔哩哔哩(B站)自动播放视频,

如果本项目对你有帮助,那么就请给个star吧。

功能

  • 自动播放视频,可大量增加播放量(仅增加pv)
  • 每次运行工作流使用不同ip(白嫖github action)
  • 增加用server酱推送运行结果到微信

使用方法

1.fork本项目

项目地址:https://github.com/aydcyhr/bili-play-action

2.准备需要的参数

本项目成功运行需要两个参数,分别是url.txtua.txt

  • ua.txt不建议修改
  • 使用时将你的视频地址粘贴在url.txt后面,一个一行

3.开启actions

默认actions处于禁止状态,在Actions选项中开启Actions功能,把那个绿色的长按钮点一下。

4.进行一次push操作

发现有部分朋友的定时任务,在第二天没有正常执行。解决办法就是进行一次push操作。

打开README.md,随意加一个空格即可。

5.运行一次工作流

项目创建Wiki则会触发一次工作流(想加速的可以手动多更新几次Wiki)。

  • Wiki --> Create the first --> Save Page
  • 查看actions,显示对勾就说明运行成功了。理论上每分钟都会执行,实际上运行速度远低于预期,因此加入了5个工作流,每个工作流除了名称之外,完全相同(嫌慢可自行添加新的工作流)。

推送运行结果到微信

使用server酱将程序运行结果推送到微信。

server酱官网:http://sc.ftqq.com

  • 按照server酱官网使用教程,用github登录并绑定微信。
  • 获得SCKEY并将其填入到bv.py最后一行中。
  • 取消bv.py中最后一行的注释。

这样就可以在微信接收到运行结果了。

如何拉取最新代码

1、查看是否有源头仓库的别名和地址

$ git remote -v
origin  https://github.com/aydcyhr/bili-play-action.git (fetch)
origin  https://github.com/aydcyhr/bili-play-action.git (push)
upstream  https://github.com/aydcyhr/bili-play-action (fetch)
upstream  https://github.com/aydcyhr/bili-play-action (push)

origin是你的仓库地址,upstream是你fork的源头仓库。通常第一次是没有upstream的。

2、添加源头仓库

git remote add upstream https://github.com/aydcyhr/bili-play-action

3、把上游仓库main分支的更新拉取到本地

git pull upstream main

4、将更新后的代码推送到你的仓库

git push origin main 

由于添加有配置文件*.yml,有可能会覆盖你自定义的*.yml,需要注意。

参考项目

happy888888/BiliExp

srcrs/BilibiliTask

bili-play-action's People

Contributors

hsstudentathlete avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.