We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
编辑青龙的 extra.sh 文件,添加如下指令:
extra.sh
# 安装 dotnet 环境
curl -sSL https://ghproxy.com/https://raw.githubusercontent.com/RayWangQvQ/BiliBiliToolPro/main/qinglong/ray-dotnet-install.sh | bash /dev/stdin
连接服务器,在终端中输入
docker exec -it qinglong bash /ql/data/config/extra.sh
搜索 RepoFileExtensions 修改
RepoFileExtensions="js py sh ts"
名称:Bilibili
类型:公开仓库
链接:https://github.com/RayWangQvQ/BiliBiliToolPro.git
定时类型:crontab
定时规则:2 2 28 * *
白名单:bili_task_.+\.sh
文件后缀:sh
保存后,点击运行按钮,运行拉库。
如果正常,拉库成功后,同时也会自动添加 bilibili 相关的 task 任务。
在青龙定时任务中,点击运行 bili 扫码登录 任务,查看 运行日志,扫描日志中的二维码 进行登录。
登录成功后,会将 cookie 保存到青龙的环境变量中
出现用户名,验证 CK 成功!
如果迫不及待可以手动运行脚本开始运行。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
bilibili 脚本介绍
配置青龙面板
1、安装 dotnet 环境
编辑青龙的
extra.sh
文件,添加如下指令:# 安装 dotnet 环境
curl -sSL https://ghproxy.com/https://raw.githubusercontent.com/RayWangQvQ/BiliBiliToolPro/main/qinglong/ray-dotnet-install.sh | bash /dev/stdin
2、重启青龙容器
连接服务器,在终端中输入
docker exec -it qinglong bash /ql/data/config/extra.sh
3、修改配置文件
搜索 RepoFileExtensions 修改
RepoFileExtensions="js py sh ts"
4、严格按以下方式订阅脚本
名称:Bilibili
类型:公开仓库
链接:https://github.com/RayWangQvQ/BiliBiliToolPro.git
定时类型:crontab
定时规则:2 2 28 * *
白名单:bili_task_.+\.sh
文件后缀:sh
保存后,点击运行按钮,运行拉库。
如果正常,拉库成功后,同时也会自动添加 bilibili 相关的 task 任务。
5、登录获取 CK
在青龙定时任务中,点击运行 bili 扫码登录 任务,查看 运行日志,扫描日志中的二维码 进行登录。
登录成功后,会将 cookie 保存到青龙的环境变量中
验证 CK 是否正常
出现用户名,验证 CK 成功!
如果迫不及待可以手动运行脚本开始运行。
The text was updated successfully, but these errors were encountered: