脚本功能 下载cctalk上已购买过的课程到本地 使用方法 在test.py同级目录下创建config.json文件,本件内容为账号的手机号和密码,格式如下。 { "phone": "xxxxxxxxxxx", "password": "xxxxxxxx" } 使用如下命令安装依赖 pip install -r requirements.txt 使用如下命令运行脚本 python test.py