1.面向Github下载代码
- 网址:
https://github.com/WeiYuanStudio/AutoWeiBan
- 解压到一个路径下,如 D:\mycode\pythoncode\AutoWeiBan-master\AutoWeiBan-master
2.浏览器操作
- 输入网址
https://weiban.mycourse.cn/#/login
- 用账号密码登录,账号密码都是学号
- 浏览器登录账号之后,F12 打开console
在红框处输入命令:
userData = JSON.parse(localStorage.user)
console.log(`请在命令行运行: python main.py token_mode ${userData.tenantCode} ${userData.userId} ${userData.preUserProjectId} ${userData.token}`)
输入后,回车,会响应一行代码“xxxxxxxxxxxxxxxxxxx”,将这行代码复制下来
3.Python操作
- 安装安装
requests
以及fire
依赖,用pip命令或者其他方法,楼主我用的是anaconda这个集成的包管理器,所以就直接在里面使用图像化界面安装的 - win+R,输入cmd打开命令行窗口
- 进入解压代码的文件夹,例如我的路径是 D:\mycode\pythoncode\AutoWeiBan-master\AutoWeiBan-master,进入的代码如下
d:
(回车)
cd D:\mycode\pythoncode\AutoWeiBan-master\AutoWeiBan-master
(回车)
- 将第2步中响应的代码,粘贴到上面的命令行窗口中,点回车,就ok了
本博客及其内容仅供学习使用,请勿用于非法事务