Giter Site home page Giter Site logo

check's Introduction

签到盒青龙版

GitHub stars GitHub forks GitHub issues GitHub issues

一个运行在青龙的签到函数

青龙

特别声明

  • 本仓库发布的脚本及其中涉及的任何解锁和解密分析脚本,仅用于测试和学习研究,禁止用于商业用途,不能保证其合法性,准确性,完整性和有效性,请根据情况自行判断。

  • 本项目内所有资源文件,禁止任何公众号、自媒体进行任何形式的转载、发布。

  • 本人对任何脚本问题概不负责,包括但不限于由任何脚本错误导致的任何损失或损害。

  • 间接使用脚本的任何用户,包括但不限于建立VPS或在某些行为违反国家/地区法律或相关法规的情况下进行传播, 本人对于由此引起的任何隐私泄漏或其他后果概不负责。

  • 请勿将本仓库的任何内容用于商业或非法目的,否则后果自负。

  • 如果任何单位或个人认为该项目的脚本可能涉嫌侵犯其权利,则应及时通知并提供身份证明,所有权证明,我们将在收到认证文件后删除相关脚本。

  • 任何以任何方式查看此项目的人或直接或间接使用该项目的任何脚本的使用者都应仔细阅读此声明。本人保留随时更改或补充此免责声明的权利。一旦使用并复制了任何相关脚本或Script项目的规则,则视为您已接受此免责声明。

您必须在下载后的24小时内从计算机或手机中完全删除以上内容

您使用或者复制了本仓库且本人制作的任何脚本,则视为 已接受 此声明,请仔细阅读

支持的签到列表

可以在各文件夹查看

1.dailycheckin_scripts:

该文件夹下是 sitoi/dailycheckin 该项目的全部支持脚本

配置方式查看

AcFun | 百度搜索资源平台 | Bilibili | 天翼云盘 | CSDN | 多看阅读 | 恩山论坛 | Fa米家 | 网易云游戏 | 葫芦侠 | 爱奇艺 | 全民K歌 | MEIZU 社区 | 芒果 TV | 小米运动 | 网易云音乐 | 一加手机社区官方论坛 | 哔咔漫画 | 吾爱破解 | 什么值得买 | 百度贴吧 | V2EX | 腾讯视频 | 微博 | 联通沃邮箱 | 哔咔网单 | 王者营地 | 有道云笔记 | 智友邦 | 机场签到 | 欢太商城 | NGA | 掘金 | GLaDOS | HiFiNi | 时光相册 | 联通营业厅

使用方法

进入容器后运行以下命令(docker exec -it ql bash)修改ql为你的青龙容器名字

以下命令全部都是进入容器后输入

1.拉取仓库

只使用dailycheckin_scripts:

ql repo https://github.com/yuxian158/check.git "ck_" "" "checksend|utils"

只使用others_scripts:

ql repo https://github.com/yuxian158/check.git "oc_" "" "checksend|utils"

我全都要:

ql repo https://github.com/yuxian158/check.git "ck_|oc_" "" "checksend|utils"

2.运行以下命令

旧版(青龙v2.12以下)

cd /ql/repo/yuxian158_check && python3 utils.py

新版

cd /ql/data/repo/yuxian158_check && python3 utils.py

然后不出意外的话你可以在青龙面板的配置文件下找到check.toml或check.json文件

然后根据各文件夹下REDEME修改配置这里

3.说明

1.本仓库在12.21日的更新中同时支持了json和toml两种格式的配置文件,但是推荐使用toml格式配置文件

2.当toml和json配置文件共存时优先使用toml文件

3.为避免未设置的签到项目推送,请禁止该签到任务,或注释掉配置文件中关于这个任务的配置项目

4.在运行修改运行时间后若出现未知错误

请先确认database.sqlite.back或crontab.db.back是否存在,然后

cd /ql/data/db/ && rm database.sqlite && cp database.sqlite.back database.sqlite #v2.12+
cd /ql/db/ && rm database.sqlite && cp database.sqlite.back database.sqlite #v2.11+
cd /ql/db/ && rm crontab.db && cp crontab.db.back crontab.db #v2.11-

4.更新支持了多账号

toml配置方式

[[ACFUN]]
password = "Sitoi"
phone = "188xxxxxxxx"

[[ACFUN]]
password = "123456"
phone = "135xxxxxxxx"

json配置方式

  "ACFUN" : [
    {
    "password": "Sitoi",
    "phone": "18888xxxxxx"
    },
{
"password": "多账号 密码填写,请参考上面",
"phone": "多账号 手机号填写,请参考上面"
}
],

5.通知配置

来自于青龙的config.sh

在2022.4.10更新接入消息推送APP

环境变量为设置别名的内容

export MI_PUSH_ALIAS="********"

其他

1.关于 toml 的语法参考:

2.排错指引

1.在sitoi/dailycheckin的某次更新中修改了键名,请尽量删除原配置文件后重新配置

2.本库找配置文件时使用了正则表达式,在最外层配置时可以不区分大小写,且只要包含字段就可以,甚至可以写中文(强烈不建议这么写,貌似toml不支持)

3.很多脚本并没有测试

致谢

@Wenmoux

@Sitoi

@Oreomeow

Stargazers over time

Stargazers over time

check's People

Contributors

cddjr avatar keven1024 avatar yuxian158 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

check's Issues

建议将项目中的 Server酱 链接换成推荐链接

您好,我是 Server酱的作者 Easy 。注意到您的项目中对接或提及了 Server酱,非常感谢对我们的支持。

这里有一个小建议。Server酱最近推出了「推荐返现计划」,您可以在项目中Server酱的官网链接后边加上推荐参数,这样在用户从这里进入Server酱并订阅会员后,您的项目将获得2元/单的佣金。

只需要用微信登录fx.ftqq.com ,然后开通计划就可以获得您的推荐链接,佣金会实时地转入开通账号的微信零钱中。

希望这个计划能让您的开源项目更好。


Hello, I am Easy, the author of ServerChan. I noticed that your project has integrated or mentioned ServerChan, and I am very grateful for that.

I have a small suggestion. ServerChan has recently launched a "Referral Cashback Program". You can add a referral parameter to the link to ServerChan's official website in your project. This way, when users enter ServerChan through your link and subscribe to a membership, your project will earn a commission of 2 RMB per subscription.

You just need to log in to fx.ftqq.com with WeChat, activate the program, and you will get your referral link. The commission will be instantly transferred to the WeChat Wallet of the account that activated the program.

Even though the earnings might not be substantial, I hope this program can provide some additional support for your open-source project.

取消时光相册签到

时光相册管理团队已经决定将在今年11月15日终止运营,需要考虑从仓库中删除该签到程序,甚至提供更加方便的文件自动下载功能(保存时光相册内部的相册规划)。

189邮箱报错

Traceback (most recent call last):
File "yuxian158_check_ck_cloud189.py", line 155, in
start()
File "yuxian158_check_ck_cloud189.py", line 149, in start
res = Cloud189CheckIn(check_item=_check_item).main()
File "yuxian158_check_ck_cloud189.py", line 135, in main
flag = self.login(session=session, username=cloud189_phone, password=cloud189_password)
File "yuxian158_check_ck_cloud189.py", line 62, in login
captchatoken = re.findall(r"captchaToken' value='(.+?)'", r.text)[0]
IndexError: list index out of range

天翼云盘签到似乎不能用

运行日志如下

开始执行... 2021-08-02 14:48:14

更新任务状态成功

尝试检查环境

成功 当前环境为青龙面板继续执行
已找到配置文件
Traceback (most recent call last):
File "yuxian158_check_ck_cloud189.py", line 156, in
start()
File "yuxian158_check_ck_cloud189.py", line 148, in start
datas = json.loads(f.read())
File "/usr/lib/python3.8/json/init.py", line 357, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.8/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 2 column 1 (char 2)

更新任务状态成功

执行结束... 2021-08-02 14:48:23 耗时 9 秒

关于小米运动的问题,请教

小米运动

帐号信息: XXXXXXXXXXX
修改状态: success
修改步数: 24454

TG通知小米运动刷了步数,为什么手机小米运动app数据账号自动退出了,登陆上也没有同步

少了部分 项目

无忧行 / GLaDOS / Freenom / EUserv / Epic / CCAVA / 爱企查 / 机场签到 / 联想乐云
/ 掘金 / WPS【WEB】/ 在线工具【WEB】/ Site【WEB】/ SF 轻小说【APP】/
吾爱破解【WEB】/ NGA【APP】/ 网易云音乐 / 联想商城/
请问这些需要另外拉取吗,拉取代码隐藏了吗

爱奇艺签到报错

开始执行... 2021-11-15 15:15:37

尝试检查环境

成功 当前环境为青龙面板继续执行
已找到配置文件
Traceback (most recent call last):
File "yuxian158_check_ck_iqiyi.py", line 219, in
start()
File "yuxian158_check_ck_iqiyi.py", line 213, in start
res = IQIYICheckIn(check_item=_check_item).main()
File "yuxian158_check_ck_iqiyi.py", line 177, in main
p00001, p00002, p00003 = self.parse_cookie(self.check_item.get("iqiyi_cookie"))
File "yuxian158_check_ck_iqiyi.py", line 23, in parse_cookie
p00001 = re.findall(r"P00001=(.*?);", cookie)[0]
IndexError: list index out of range

执行结束... 2021-11-15 15:15:37 耗时 0 秒

爱奇艺cookie已配置

青龙运行 日志显示这个错误时什么原因呢?

开始执行... 2021-08-01 23:24:22

更新任务状态成功

Traceback (most recent call last):
File "yuxian158_check_ck_acfun.py", line 5, in
from getENV import getENv
ModuleNotFoundError: No module named 'getENV'

更新任务状态成功

执行结束... 2021-08-01 23:24:24 耗时 2 秒

用了拉库代码 执行脚本提示差模块,

更新任务状态成功

Traceback (most recent call last):
File "yuxian158_check_ck_bilibili.py", line 8, in
from getENV import getENv
ModuleNotFoundError: No module named 'getENV'

更新任务状态成功

运行报错

Screenshot_20220330_103412_mark.via.jpg运行哪个任务都说缺少脚本,但是宝塔文件里有文件

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.