Skip to content

Commit

Permalink
修改 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Sep 25, 2021
1 parent 4ec7a44 commit 14da08b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@
## 功能(已实现部分)

- [x] 自动取 Cookie,过期自动更新
- [ ] 定时检测签到,在群内发送提醒并自动签到
- [ ] 定时检测签到
- [x] 支持通过学习通 IM 协议实时获取签到推送
- [x] 在群内发送提醒并自动签到
- [x] 通过 QQ 机器人接收群内发送的二维码实现二维码签到
本功能只需要一张已过期的二维码就可以
- [ ] 通过 REST API 设置课程信息
- [ ] 支持多用户共同签到

## 部署方法

1. 安装 MongoDB 和 NodeJS
1. 安装 NodeJS 12.16 以上版本
2. `yarn install`
3. `cp config.example.yaml config.yaml` 并在 `config.yaml` 中填写配置项
4. `yarn build`
Expand All @@ -30,11 +33,13 @@

- [mkdir700/chaoxing_auto_sign](https://github.com/mkdir700/chaoxing_auto_sign)
- [SSmJaE/XueXiTonsSign_Electron](https://github.com/SSmJaE/XueXiTonsSign_Electron)
- [cyanray/cx-auto-sign](https://github.com/cyanray/cx-auto-sign)

更多有关学习通签到的项目值得尝试

| 项目地址 | 开发语言 | 备注 |
| ------------------------------------------------------- | ---------- | ---------------------------------------------- |
| https://github.com/cyanray/cx-auto-sign | C# | 超星学习通自动签到工具,通过IM协议监测签到活动。 |
| https://github.com/mkdir700/chaoxing_auto_sign | Python | 超星学习通自动签到脚本&多用户多任务&API |
| https://github.com/PrintNow/ChaoxingSign | PHP | PHP版超星自动签到,支持多用户,二次开发便捷!|
| https://github.com/Wzb3422/auto-sign-chaoxing | TypeScript | 超星学习通自动签到,梦中刷网课 |
Expand Down

0 comments on commit 14da08b

Please sign in to comment.