Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 392 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 392 Bytes

脚本功能

下载cctalk上已购买过的课程到本地

使用方法

test.py同级目录下创建config.json文件,本件内容为账号的手机号和密码,格式如下。

{
    "phone": "xxxxxxxxxxx",
    "password": "xxxxxxxx"
}

使用如下命令安装依赖

pip install -r requirements.txt

使用如下命令运行脚本

python test.py