Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxmeng93/auto-study
自动刷国家开放大学课程进度
https://github.com/maxmeng93/auto-study
node puppeteer
Last synced: 9 days ago
JSON representation
自动刷国家开放大学课程进度
- Host: GitHub
- URL: https://github.com/maxmeng93/auto-study
- Owner: maxmeng93
- Created: 2022-05-03T13:30:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T12:16:14.000Z (about 2 years ago)
- Last Synced: 2024-08-02T14:08:47.461Z (3 months ago)
- Topics: node, puppeteer
- Language: JavaScript
- Homepage:
- Size: 190 KB
- Stars: 21
- Watchers: 3
- Forks: 10
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# auto-study
自动刷国家开放大学课程进度
## session
在项目根目录新建 `.env` 文件,并在文件中配置如下变量:
```
SESSION=
```session 可以在登陆[国家开放大学](https://menhu.pt.ouchn.cn/site/ouchnPc/index)后,打开浏览器控制台,在 `Application` 的 `Cookies` 中找到,将其值粘贴到 `.env` 文件中,替换 ``。
## 使用
```bash
# 安装依赖
yarn# 开始学习
yarn start
```## 配置
详情配置请查看 `config.js` 文件。
## 注意
- 视频播放必须配置本机 chrome 浏览器,否则无法播放。