Coder Social home page Coder Social logo

bupt_morning_afternoon_evening's Introduction

BUPT每日填报晨午晚检

使用方法

1.点击 Use this template 来从这个模板创建新仓库.

2.在 Settings/Secrets/Actions 中点击 New repository secret 来创建以下Actions Secrets:

  • BUPT_USERNAME: 你的学号
  • BUPT_PASSWORD: 你的密码

之后,Github Actions会自动在北京时间8点, 12点和18点填报. 如果填报失败,Github将向你的邮箱发送一封邮件.

如果你想手动运行,可以进入Actions栏,点击Re-run Jobs来重新运行,或者执行一次git push操作.

当你移动了位置后,需要手动填报一次,才能正常运行.

关于更改填报时间

可以在.github/workflow/main.yml中设置每天的运行时间:

on:
  schedule:
    - cron: "2/8 0 * * *"
    - cron: "2/8 4 * * *"
    - cron: "2/8 10 * * *"

时间格式为cron格式,如"2/8 0 * * *"意为每天的北京时间8点2分开始,每隔8分钟尝试填报一次,直到北京时间8点58分,共尝试8次.

Credit

License

License: MIT

bupt_morning_afternoon_evening's People

Contributors

ruficol avatar

Stargazers

Guest Liang 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.