_____ ______ _
/ __ \ | ___ \ | |
| / \/ ___ _ _ _ __ ___ ___ | |_/ / ___ | |_
| | / _ \| | | | '__/ __|/ _ \ | ___ \/ _ \| __|
| \__/\ (_) | |_| | | \__ \ __/ | |_/ / (_) | |_
\____/\___/ \__,_|_| |___/\___| \____/ \___/ \__|
神奇的搶課小工具
- Python2
- Some python package
- pytz
- BeautifulSoup
- requests
- Install Python2 (maybe apt-get?)
- Install python package using pip
pip install -r requirements.txt- Copy config.example.json as config.json
cp config.example.json config.json- Modify the content to anything what you need.
| Key | Type | Description |
|---|---|---|
| account | string | username (NID) |
| passwd | string | password |
| firstchoose | list | course code list |
| autodrop | list | Not used |