A simple script that makes studying much easier.
Requires Python 3.6+
git clone https://github.com/yunv/wisdomtree
pip3 install -r requirements.txt
- Run
study.py
with Python3 (python study.py
on Windows,python3 study.py
on Linux and macOS) - Enter your phone number and password,
userId
will be saved and you will not need to login again. - Press
y
when it found the right course. - All lessons will be marked as watched.
- It will try correct answers out. This feature is considered dangerous and requires to change
TAKE_EXAMS
flag toTrue
instudy.py
. If you also want to submit exams automatically, changeEXAM_AUTO_SUBMIT
flag toTrue
. Exams that contain short answer questions will not be submitted automatically.
As of December 2017, server no longer returns realAnswer
, so it's impossible to save correct answers directly. You should do exams yourself.
However, there is an API where we can see scores of every question so a trial-and-error method is implemented. It requires a lot of communication with the server. Use at your own risk.