Giter Site home page Giter Site logo

hitsz-daily-report's Introduction

HITsz-daily-report

基于Github Action的定时HITsz疫情上报脚本,开箱即用 感谢 @加勒比海盗 提供原始脚本和idea。

疫情上报系统入口

使用方法:

  • fork仓库
  • 开启Action(详细步骤见后文)
  • 设置仓库的action secret,添加用户名username、密码password和可选的API_KEY(详细步骤见后文)
  • 每天早上7:00(UTC 23:00)可自动定时运行,如果填写API_KEY,即可在微信上收到运行结果推送

消息推送Key申请地址:Server酱

据说fork的仓库会默认关闭action的执行,需要在仓库设置里打开: 启用Action的步骤

设置仓库的action secret,添加用户名username、密码password和可选的API_KEY: 添加Action Secret的步骤

Fork 仓库后,GitHub 默认不自动执行 Actions 任务,请修改 .github/trigger.json 文件,将 trigger 的值改为 1,这样每天就会自动执行定时任务了。

{
- "trigger": 0
+ "trigger": 1
}

hitsz-daily-report's People

Contributors

rmanluo avatar jalinwang 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.