Coder Social home page Coder Social logo

chaoxingautosign's Introduction

ChaoXingAutoSign

超星学习通-自动签到(ChaoXingAutoSign)

设置环境变量/常用的变量

settings--->secrets

USERNAME

学习通的账号

PASSWORD

学习通的密码

sleepTime

获取到签到任务后,等待多少秒进行签到(防止签到过快),单位毫秒.

GitHub有一定延迟,所以可以不用设置sleepTime

SENDKEY

sever酱微信推送的sendkey

sever酱

ADDRSS

位置签到所需的地址(不设环境变量的话,可以直接在代码中改为定值)

ENC(已废弃)

已经无需填写

获取ENC

找一个兄弟,用微信扫一扫或者其他二维码扫描工具,扫描签到的二维码,会出现一串地址,你会看到有enc=******* ,把等于号后的字符串复制进代码中即可

定时任务

actions启用Workflows

/.github/workflows/main.yml中的cron部分,去除schedule和cron前面的井号#

定时任务,每5分钟运行一次(UTC时间)

- cron: '*/5 * * * *'

chaoxingautosign's People

Contributors

lnyo-cly avatar michaelpan1026 avatar

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.