Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxmeng93/auto-study

自动刷国家开放大学课程进度
https://github.com/maxmeng93/auto-study

node puppeteer

Last synced: 9 days ago
JSON representation

自动刷国家开放大学课程进度

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 浏览器,否则无法播放。