GithubHelp home page GithubHelp logo

charlie17li / zju-health-report-action-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from upupming/zhr-action-demo

0.0 1.0 0.0 8 KB

浙江大学健康打卡自动打卡脚本 GitHub Action 例子。

License: MIT License

zju-health-report-action-demo's Introduction

zju-health-report-action-demo

github-actions-png github-actions-png

GitHub Action Demo for https://github.com/zju-health-report/action

浙江大学健康打卡自动打卡脚本 GitHub Action 例子,只需一步 Fork 即可使用。

使用方法

  1. 直接 Fork 本仓库

  2. 配置定时运行时间(可选)

    在 .github/workflows/action.yml 中更改时间:

    on:
    workflow_dispatch:
    schedule:
       - cron: '0 23 * * *'
  3. 配置帐号(必须)

    Settings > Secrets > New repository secrets, 添加 ZJU_USERNAME,内容为浙大通行证账号(学号),添加ZJU_PASSWORD,内容为浙大通行证密码。

    zju_account

  4. 配置多人打卡(可选)

    在 .github/workflows/action.yml 中添加一组,自行添加对应的Secrets。

       - username: ZJU_USERNAME
         password: ZJU_PASSWORD
       - username: ZJU_USERNAME2
         password: ZJU_PASSWORD2
  5. 测试

    Actions > @zju-health-report/action Demo > Enable workflow > Run workflow。

    Actions > Monthly Action > Enable workflow > Run workflow。

  6. 停用

    Actions > @zju-health-report/action Demo > Disable workflow。

    Actions > Monthly Action > Disable workflow。

zju-health-report-action-demo's People

Contributors

zju-health-report-bot avatar charlie17li avatar

Watchers

 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.