复旦自动选课脚本,仅用于学习交流,禁止使用脚本干扰正常选课流程 2022/09/10 更新支持滑动验证码
git clone https://github.com/ZiYang-xie/FduCourseSelector.git
cd FduCourseSelector
pip install -r requirements.txt
- 在 config/account.json 中输入账号和密码
{
"UserName": "your account",
"PassWord": "your password"
}
- 如果修读了二专,请将 config/account.json 中 SecondMajor 的值修改为
1
- 在 config/lesson.json 中输入想要选择的课程代码
Example
{
"LessonID": [
"COMP130166.02"
]
}
python main.py