👴 整个自动签到,在家安稳睡觉。
本项目使用 TypeScript Koa Puppeteer 实现。
本项目使用
yarn
进行依赖管理
yarn install
因为 nodemon + ts-node 会有各种奇怪的问题。
目前本项目采用 tsc -w + nodemon ./dist 进行调试。
分别在两个 terminal 中执行(别骂啦别骂啦 我知道这么做很憨)
tsc -w
yarn dev
url: localhost:3000 path: '/'
Request Headers
Method: POST Content-Type: application/json
Request Body
{
"username": "13800001234", // 账号:请使用手机号。不要使用学号!
"password": "password" // 你的密码
}
tsc
yarn start
MIT@Wzb3422