Giter Site home page Giter Site logo

hecaiyun's Introduction

HeCaiYun

依赖两个参数. CookieReferer. 测试抓包数据由群 824187964@请回答 (1525417489) 提供. 抓包关键字 caiYunSignIn.action

和彩云自动打卡签到云函数(Python版)

位于 SignIn.py 文件中, 修改13/14/15行参数后,拷贝到SCF中即可

和彩云自动打卡签到云函数(Go语言版)

请修改 SignIn.go 文件 17/18/19 行.

构建 本地安装golang环境后执行一下命令进行构建

bash

GOPROXY=https://goproxy.cn GOOS=linux GOARCH=amd64 go build -o main .
zip main.zip main

cmd

set GOPROXY=https://goproxy.cn
set GOOS=linux
set GOARCH=amd64
go build -o main .

powershell

$env:GOPROXY='https://goproxy.cn'
$env:GOOS='linux'
$env:GOARCH='amd64'
go build -o main .

注: 请打包生成的 main 文件为 zip,上传到函数代码处即可

hecaiyun's People

Contributors

liumoux avatar xuthus5 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

Watchers

 avatar  avatar  avatar  avatar  avatar

hecaiyun's Issues

好像不能用了

在60行resp = json.loads(requests.post(target, data=payload).text)这个位置提示这个错误
发生异常: JSONDecodeError
Expecting value: line 1 column 1 (char 0)

During handling of the above exception, another exception occurred:

File "D:\code\py\Untitled-2.py", line 60, in getTicket
resp = json.loads(requests.post(target, data=payload).text)
File "D:\code\py\Untitled-2.py", line 123, in run
ticket = getTicket()
File "D:\code\py\Untitled-2.py", line 147, in
run()

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.