This script automatically completes all activities on zyBooks, with ability to vary time between answer submission.
Note: I do not own this repo. This repo is pulled from eglock/ZybookAuto and motified into better version.
- Improves readablity
- Auto reloads selected zyBook
- Auto completes all sections when a chapter is selected.
Install Python: https://www.python.org/downloads/
Clone the project
git clone https://github.com/codejapoe/zyBooks-Automation.gitGo to the project directory
cd zyBooks-AutomationEnter your login credentials in "cfg.py"
EMAIL = "[email protected]" # Email
PASSWORD = "12345678" # PasswordRun the script
python main.pyPress "Ctrl + C" to exit.