PowerdXIAOKE / skland-daily-attendance

基于 Node.js 和 Github Actions 实现的森空岛自动签到

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

森空岛签到

使用 github action 定时执行森空岛签到

使用

Fork 项目

点击本仓库右上角 Fork 到自己的账号下

获取凭据

登录森空岛网页版后,打开 https://web-api.skland.com/account/info/hg 记下 content 字段的值

添加 Cookie 至 Secrets

回到项目页面,依次点击 Settings--> Secrets -->New secret

建立名为 SKLAND_TOKEN 的 secret,值为上一步获取 content,最后点击 Add secret

启动 Github Action

Actions 默认为关闭状态,Fork 之后需要手动执行一次,若成功运行其才会激活。

返回项目主页面,点击上方的Actions,再点击左侧的attendance,再点击Run workflow

至此,部署完毕。

About

基于 Node.js 和 Github Actions 实现的森空岛自动签到


Languages

Language:TypeScript 100.0%