Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mzdluo123/TimeTableBot
课程表提醒bot,适配正方单点登录和正方教务系统
https://github.com/mzdluo123/TimeTableBot
Last synced: 3 months ago
JSON representation
课程表提醒bot,适配正方单点登录和正方教务系统
- Host: GitHub
- URL: https://github.com/mzdluo123/TimeTableBot
- Owner: mzdluo123
- Created: 2020-08-23T07:31:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T07:26:45.000Z (almost 4 years ago)
- Last Synced: 2024-06-23T06:37:47.758Z (5 months ago)
- Language: Kotlin
- Homepage:
- Size: 780 KB
- Stars: 25
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-mirai - mzdluo123/TimeTableBot
README
# TimeTableBot
适用于大学的课程表qq机器人
注意,本项目带有本校的一些特定特性,可能无法在其他学校的教务系统工作
* 上课提醒
* 正方教务系统自动导入数据
* 食堂流量查询
* 早安信息## 配置文件
文件名:config.yml
```yml
dbUrl: "jdbc:mysql://xxxxx"
dbUser: "xxx"
dbPwd: "xxx"
botAccounts:
- id: xxx
pwd: "xxxx" # 账号可添加多个baseUrl: "xxx" # api地址
authUrl: "xxx" # 统一认证地址admin: # 管理员列表
- xxxx# 学期信息
year: 2020
term: 0termBegin: "2020-08-31"
classTime:
- "08:00"
- "08:55"
- "10:10"
- "11:05"
- "14:30"
- "15:25"
- "16:40"
- "17:35"
- "19:30"
- "20:25"
- "21:20"
```