A simple script that makes studying much easier.
Requires Python 3.6+
git clone https://github.com/yunv/wisdomtreepip3 install -r requirements.txt
- Run
study.pywith Python3 (python study.pyon Windows,python3 study.pyon Linux and macOS) - Enter your phone number and password,
userIdwill be saved and you will not need to login again. - Press
ywhen 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_EXAMSflag toTrueinstudy.py. If you also want to submit exams automatically, changeEXAM_AUTO_SUBMITflag 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.