├── .gitignore ├── .idea ├── SEU-NewSystem-catcher.iml ├── misc.xml └── modules.xml ├── LICENSE ├── README.md ├── crawl.py ├── img ├── 1.png ├── 2.png ├── 3.png └── 4.png └── 东南大学选课助手_V1.1.zip /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AriaPokotengYe/SEU-NewSystem-catcher/HEAD/.gitignore -------------------------------------------------------------------------------- /.idea/SEU-NewSystem-catcher.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AriaPokotengYe/SEU-NewSystem-catcher/HEAD/.idea/SEU-NewSystem-catcher.iml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AriaPokotengYe/SEU-NewSystem-catcher/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AriaPokotengYe/SEU-NewSystem-catcher/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AriaPokotengYe/SEU-NewSystem-catcher/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AriaPokotengYe/SEU-NewSystem-catcher/HEAD/README.md -------------------------------------------------------------------------------- /crawl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AriaPokotengYe/SEU-NewSystem-catcher/HEAD/crawl.py -------------------------------------------------------------------------------- /img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AriaPokotengYe/SEU-NewSystem-catcher/HEAD/img/1.png -------------------------------------------------------------------------------- /img/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AriaPokotengYe/SEU-NewSystem-catcher/HEAD/img/2.png -------------------------------------------------------------------------------- /img/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AriaPokotengYe/SEU-NewSystem-catcher/HEAD/img/3.png -------------------------------------------------------------------------------- /img/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AriaPokotengYe/SEU-NewSystem-catcher/HEAD/img/4.png -------------------------------------------------------------------------------- /东南大学选课助手_V1.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AriaPokotengYe/SEU-NewSystem-catcher/HEAD/东南大学选课助手_V1.1.zip --------------------------------------------------------------------------------