Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 593 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 593 Bytes

auto-cal-source-table-miphone

自动爬取课程信息, 并添加到日历, 目前仅小米手机可用

Usage

  1. $ git clone [email protected]:USTBDeveloper/auto-cal-source-table-miphone.git
  2. $ cd auto-cal-source-table-miphone
  3. $ vim ./script.js
  4. 在文件最后修改为你的账号密码
  5. $ python -m SimpleHTTPServer
  6. 手机跟电脑在同一网段下, 使用小米浏览器打开 ${your-pc-ip}:8000
  7. 添加你想添加的课程到系统日历
  8. 不做成自动添加, 更加保险一点

License

MIT

Note

使用过程中不保证无 bug