青龙面板平台签到函数
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
3.3 KiB

3 years ago
<div align="center">
<h1 align="center">签到盒青龙版</h1>
</div>
3 years ago
![GitHub stars](https://img.shields.io/github/stars/yuxian158/check?style=flat-square)
![GitHub forks](https://img.shields.io/github/forks/yuxian158/check?style=flat-square)
![GitHub issues](https://img.shields.io/github/issues/yuxian158/check?style=flat-square)
![GitHub issues](https://img.shields.io/github/languages/code-size/yuxian158/check?style=flat-square)
3 years ago
# 一个运行在青龙的签到函数
[青龙](https://github.com/whyour/qinglong.git)
3 years ago
## 特别声明
3 years ago
3 years ago
- 本仓库发布的脚本及其中涉及的任何解锁和解密分析脚本,仅用于测试和学习研究,禁止用于商业用途,不能保证其合法性,准确性,完整性和有效性,请根据情况自行判断。
- 本项目内所有资源文件,禁止任何公众号、自媒体进行任何形式的转载、发布。
- 本人对任何脚本问题概不负责,包括但不限于由任何脚本错误导致的任何损失或损害。
- 间接使用脚本的任何用户,包括但不限于建立VPS或在某些行为违反国家/地区法律或相关法规的情况下进行传播, 本人对于由此引起的任何隐私泄漏或其他后果概不负责。
- 请勿将本仓库的任何内容用于商业或非法目的,否则后果自负。
- 如果任何单位或个人认为该项目的脚本可能涉嫌侵犯其权利,则应及时通知并提供身份证明,所有权证明,我们将在收到认证文件后删除相关脚本。
- 任何以任何方式查看此项目的人或直接或间接使用该项目的任何脚本的使用者都应仔细阅读此声明。本人保留随时更改或补充此免责声明的权利。一旦使用并复制了任何相关脚本或Script项目的规则,则视为您已接受此免责声明。
**您必须在下载后的24小时内从计算机或手机中完全删除以上内容**
> ***您使用或者复制了本仓库且本人制作的任何脚本,则视为 `已接受` 此声明,请仔细阅读***
3 years ago
## 使用方法
### 1.拉取仓库
3 years ago
**进入容器后运行以下命令**(docker exec -it ql bash)修改ql为你的青龙容器名字
```
3 years ago
pip3 install requests rsa
ql repo https://github.com/yuxian158/check.git "ck_" "" "checksendNotify|getENV"
cp /ql/repo/yuxian158_check/config.json /ql/config/check.json
```
3 years ago
### 2.配置
3 years ago
然后不出意外的话你可以在青龙面板的配置文件下找到check.json文件
然后根据原文档修改配置[这里](https://sitoi.gitee.io/dailycheckin/settings/)
## 修改说明
3 years ago
### 1.**添加了葫芦侠的签到配置**
3 years ago
参数说明:`HLX.user`:用户名 `HLX.password`:密码的MD532位小写加密[生成](https://md5jiami.bmcx.com/)
3 years ago
### 2。**添加了网易云游戏的签到配置**
[官网](https://cg.163.com/#/mobile)
参数说明:`163game.Authorization`
登录后抓取签到请求(一般请求的请求头也有这个字段)
[![fMdyEq.png](https://z3.ax1x.com/2021/08/07/fMdyEq.png)](https://imgtu.com/i/fMdyEq)
## 其他说明
1.本库直接使用了青龙的通知配置
3 years ago
3 years ago
2.请自行修改执行时间
## 致谢
[@Wenmoux](https://github.com/Wenmoux/)
[@MayoBlueSky](https://github.com/MayoBlueSky)
[@Sitoi](https://github.com/Sitoi)