Giter VIP home page Giter VIP logo

note163checkin's Introduction

Note163Checkin

一、Fork 仓库

点击右上角的Fork fork

二、添加 Secret

Settings->Secrets->New secret,添加以下Secret:

  • Conf:其值如下:
    {
    	"Users": [{
    			"Task": "CC", //自定义名字,选填
    			"Username": "[email protected]", //账号
    			"Password": "aaa" //密码
    		}, {
    			"Task": "MM",
    			"Username": "[email protected]",
    			"Password": "111"
    		}
    	],
    	"ScKey": "", //server酱sckey,不填不开启
    	"ScType": "Failed", //通知类型. Always:始终通知; Failed:失败时通知; 不填/其他:不通知;
    	"RdsServer": "xxx.redislabs.com:1234", //redis地址,选填
    	"RdsPwd": "ppp" //redis密码,选填
    }
    RdsServerRdsPwd是选填的,用于配置redis,来存储cookie。后续可以重用这个cookie,避免频繁登录账号。建议配置一下,可以使用redislabs的免费套餐。

步骤图示如下: 添加secret

三、运行

Actions->Run->Run workflowrun-workflow

注意:本项目不会自动运行,需要自行在.github/workflows/main.yml添加定时任务。

四、查看运行结果

Actions->Run->build,能看到下图,表示运行成功 查看action运行记录

注意事项

24小时内频繁登录可能会触发验证,程序就会登录失败。此时需要在网页上手动登录一次(需要输入验证码),登录成功后再次运行本程序即可。

参考

参考了以下项目:

note163checkin's People

Contributors

bluehtml 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.