Giter VIP home page Giter VIP logo

189checkin's Introduction

天翼云自动签到

天翼云盘每日签到一次,抽奖2次
使用方法
1.测试环境为python3.7.6,自行安装python3
2.requirements.txt 是所需第三方模块,执行 pip install -r requirements.txt 安装模块
3.可在脚本内直接填写账号密码
4.Python 和需要模块都装好了直接在目录 cmd 运行所要运行的脚本。

Github Actions说明

一、Fork此仓库

二、设置账号密码

添加名为USERPWD的变量
值分别为账号密码
支持多账号,账号之间与密码之间用半角逗号分隔,账号于密码的个数要对应
示例:USER:123456,24678PWD:cxkjntm,jntmcxk

三、启用Action

1 点击Action,再点击I understand my workflows, go ahead and enable them
2 修改任意文件后提交一次

四、查看运行结果

Actions > Cloud189Checkin > build
能看到如下所示:

Run user='***'
共有 1 个账号,即将开始签到
登录成功
已经签到过了,签到获得73M空间

此后,将会在每天10:00和22:00各签到一次
若有需求,可以在[.github/workflows/check-in.yml]中自行修改

189checkin's People

Contributors

banjiaojuhao avatar brhiza avatar cluas avatar dependabot[bot] avatar jneeee 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

189checkin's Issues

New secret 添加报错

天翼云盘网盘密码要求 密码需包含数字、大小写字母和特殊字符
但是我的New secret 添加报错
Failed to add secret. Secret names can only contain alphanumeric characters ([a-z], [A-Z], [0-9]) or underscores (_). Spaces are not allowed.
求助各位大佬

一个账号的时候正常 多个账号会识别成一个账号

,号分隔没错啊

是什么问题呢

Run user='***'
共有 1 个账号,即将开始签到
用户名不合法
Traceback (most recent call last):
File "checkin.py", line 146, in
helper.check_in()
File "checkin.py", line 22, in check_in
self.login()
File "checkin.py", line 100, in login
redirect_url = r.json()["toUrl"]
KeyError: 'toUrl'
Error: Process completed with exit code 1.

不太懂python

请问下checkin.py的文件里面,在哪加username和password?

有图形验证了

图形验证码错误,请重新输入
Traceback (most recent call last):
File "checkin.py", line 146, in
helper.check_in()
File "checkin.py", line 22, in check_in
self.login()
File "checkin.py", line 100, in login
redirect_url = r.json()["toUrl"]
KeyError: 'toUrl'

偶发请求超时

有时请求时间过长,可达6小时,疑连接超时失败。建议为 request 添加超时时长限制。

请问图形验证码错误怎么解决?没有设备锁,账号密码确认过是对的

报错信息
共有 1 个账号,即将开始签到 图形验证码错误,请重新输入 Traceback (most recent call last): File "checkin.py", line 146, in <module> helper.check_in() File "checkin.py", line 22, in check_in self.login() File "checkin.py", line 100, in login redirect_url = r.json()["toUrl"] KeyError: 'toUrl' Error: Process completed with exit code 1.

Project dependencies may have API risk issues

Hi, In 189checkin, inappropriate dependency versioning constraints can cause risks.

Below are the dependencies and version constraints that the project is using

requests==2.24.0
rsa==4.7

The version constraint == will introduce the risk of dependency conflicts because the scope of dependencies is too strict.
The version constraint No Upper Bound and * will introduce the risk of the missing API Error because the latest version of the dependencies may remove some APIs.

After further analysis, in this project,
The version constraint of dependency requests can be changed to >=0.8.0,<=2.24.0.
The version constraint of dependency rsa can be changed to >=3.1.2,<=4.8.

The above modification suggestions can reduce the dependency conflicts as much as possible,
and introduce the latest version as much as possible without calling Error in the projects.

The invocation of the current project includes all the following methods.

The calling methods from the requests
requests.Session
The calling methods from the rsa
rsa.PublicKey.load_pkcs1_openssl_pem
rsa.encrypt
The calling methods from the all methods
len
string.encode
self.client.post
CheckIn
str
rsa.encrypt
argparse.ArgumentParser.add_argument
Exception
round
range
time.time
self.login
rsa.PublicKey.load_pkcs1_openssl_pem
self.client.get.json
print
list
argparse.ArgumentParser.parse_args
re.findall
rsa_key.encode
self.client.post.json
response.json.get
argparse.ArgumentParser
self.client.get
_chr
b64map.index
base64.b64encode
CheckIn.check_in
requests.Session
pubkey.string.encode.rsa.encrypt.base64.b64encode.decode
self.client.headers.update
b64_to_hex
self.rsa_encode

@developer
Could please help me check this issue?
May I pull a request to fix it?
Thank you very much.

用不了USER、PWD

设置变量的时候名字用USER、PWD提示Failed to add secret. Secret names can only contain alphanumeric characters ([a-z], [A-Z], [0-9]) or underscores (). Spaces are not allowed. Must start with a letter ([a-z], [A-Z]) or underscores ().

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.