Study helper for zhihuishu.com
A simple script that makes studying much easier.
Requires Python 3.6+
git clone https://github.com/yunv/wisdomtree
pip3 install -r requirements.txt
study.py
with Python3 (python study.py
on Windows, python3 study.py
on Linux and macOS)userId
will be saved and you will not need to login again.y
when it found the right course.TAKE_EXAMS
flag to True
in study.py
. If you also want to submit exams automatically, change EXAM_AUTO_SUBMIT
flag to True
. 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.