Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobe972 authored Jul 26, 2021
1 parent 2bc6fe6 commit 08d4344
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ustc_course_selector
这是ustc的自动选课和换班程序,可以帮你抢到茶与健康或者把某些课换到你想换的班,同时目录中包含自动登录综合教务系统的程序,登录进去但不做任何操作
代码的无配置版是指打开以后再输入学号、课程号等信息,这时发行版本release V1.0的源码。如果有相应的python环境,不建议用无配置版(以及发行版),因为从代码中设置的信息是可撤回的,设置错误可以快速改过来。
原程序制作的环境是Python 3.6,selenium 3.141.0
使用前请打开代码,根据注释填写学号、账户密码等信息,需要下载Google Chrome和对应版本的webdriver,下载地址是https://chromedriver.chromium.org/ ,可能需要翻墙,也可搜镜像网站进行下载。下载好后把它放到chrome以及python的安装目录,python需要安装selenium。如果只是想选课或换班,使用选课程序即可,自动登录程序只是便于登录上去做其他用途。
注意自动选课程序会先换班再选课,如果选课要紧请交换两部分代码(两个for语句直接交换位置就好),此外,列表中的课程号应从前往后按重要性排序,最重要的放前面。注意:要求网速正常,任何页面在20秒内响应。
# 废理兴工,将来的教务系统必是计科人的天下!

0 comments on commit 08d4344

Please sign in to comment.