- Python 3.8 or later
- pip
Run pip install -r requirements.txt
to install required components.
How to get the JSESSIONID
:
- Open and login http://yjs.sjtu.edu.cn/ in web browser.
- Open DevTools -> Network tab and then reload the page.
- Locate the very first request after reloading or requests to domain
yjs.sjtu.edu.cn
. - Find either
Cookie: JSESSIONID=
orSet-Cookie: JSESSIONID=
. - Copy the text after
JSESSIONID=
till the first semicolon(;).
Pull requests and issues are always welcome.