Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【青龙面板】搭建 bilibili 天选 / 日常 / 抽奖等自动化任务脚本 #337

Open
itgoyo opened this issue Aug 18, 2023 · 0 comments

Comments

@itgoyo
Copy link
Owner

itgoyo commented Aug 18, 2023

bilibili 脚本介绍

  • 脚本地址
  • BiliBiliTool 是一个自动执行任务的工具,会按照我们预先设置的命令,在指定时间、按照指定频率,帮助我们自动完成计划的任务。

配置青龙面板

1、安装 dotnet 环境

编辑青龙的 extra.sh 文件,添加如下指令:

  1. # 安装 dotnet 环境
  2. curl -sSL https://ghproxy.com/https://raw.githubusercontent.com/RayWangQvQ/BiliBiliToolPro/main/qinglong/ray-dotnet-install.sh | bash /dev/stdin

2、重启青龙容器

连接服务器,在终端中输入

  1. docker exec -it qinglong bash /ql/data/config/extra.sh

3、修改配置文件

【青龙面板】搭建bilibili天选/日常/抽奖等自动化任务脚本

搜索 RepoFileExtensions 修改

  1. RepoFileExtensions="js py sh ts"

4、严格按以下方式订阅脚本

  1. 名称:Bilibili
  2. 类型:公开仓库
  3. 链接:https://github.com/RayWangQvQ/BiliBiliToolPro.git
  4. 定时类型:crontab
  5. 定时规则:2 2 28 * *
  6. 白名单:bili_task_.+\.sh
  7. 文件后缀:sh

保存后,点击运行按钮,运行拉库。

如果正常,拉库成功后,同时也会自动添加 bilibili 相关的 task 任务。

【青龙面板】搭建bilibili天选/日常/抽奖等自动化任务脚本

5、登录获取 CK

在青龙定时任务中,点击运行 bili 扫码登录 任务,查看 运行日志,扫描日志中的二维码 进行登录。

【青龙面板】搭建bilibili天选/日常/抽奖等自动化任务脚本

登录成功后,会将 cookie 保存到青龙的环境变量中

【青龙面板】搭建bilibili天选/日常/抽奖等自动化任务脚本

验证 CK 是否正常

【青龙面板】搭建bilibili天选/日常/抽奖等自动化任务脚本

出现用户名,验证 CK 成功!

如果迫不及待可以手动运行脚本开始运行。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant