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