BlueHtml / Note163Checkin

基于Github Actions的有道云笔记每日签到
https://blog.guoqianfan.com/2020/08/30/note163-checkin-with-github-actions/
26 stars 126 forks source link

Note163Checkin

一、Fork 仓库

点击右上角的Fork fork

二、添加 Secret

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

步骤图示如下: 添加secret

三、运行

Actions->Run->Run workflowrun-workflow

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

四、查看运行结果

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

注意事项

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

参考

参考了以下项目: