Skip to content

Releases: TheTrustyPwo/ZBSchools-Macro

ZBMacro v3.0

21 Feb 02:18
Compare
Choose a tag to compare

HUGE Performance Boost!

  • Switched to using BeautifulSoup to scape article text which is much faster than selenium
  • Benchmarked 25 million points/day with 8 threads!

As of now, this script is only guaranteed to work on Windows, users from MacOS and Linux may experience issues as it is untested on those operating systems.

ZBMacro v2.0

20 Feb 13:46
Compare
Choose a tag to compare

🎉 ZBMacro v2.0 with multithreading is finally released! 🎉
Tons of quality features and huge optimizations:

  • Improved logging, reserved most error messages for debug logging
  • Multithreading! Threads allow the program to create many subprocesses and solve articles concurrently. Having 4 threads means there are 4 virtual processes solving articles at the same time, which should theoretically make it 4 times faster. However, this is limited by system resources and you will have to experiment to find the most suitable number for your machine specifications. (On my computer, I managed to benchmark 12 million points/day with 6 threads, which is triple of the script's efficiency in v1.x!)
  • Changed config. For those updating from v1.x, please use the new config.json file

As of now, this script is only guaranteed to work on Windows, users from MacOS and Linux may experience issues as it is untested on those operating systems.

ZBMacro v1.3

19 Feb 04:47
Compare
Choose a tag to compare
  • Automatic saving of last solved article when script is forcefully exited or crashes
  • Automatic update checker
  • Automatic web driver installation

ZBMacro v1.2

19 Feb 00:54
Compare
Choose a tag to compare
  • Major fix regarding unexpected crashes. Due to the fact that articles/questions may be corrupted which causes errors within the bot, crashes will be caught and prevented
  • Application will stay alive after unhandled exceptions
  • Small performance increase and other quality changes

ZBMacro v1.1

18 Feb 16:15
Compare
Choose a tag to compare

Minor improvements on v1.0

  • Allows user to configurate whether the browser should be headless, i.e. hidden
  • Automatic saving of last solved article to deal with unintended crashes
  • Remove deprecated selenium code

ZBMacro v1.0

18 Feb 15:16
Compare
Choose a tag to compare

ZBMacro v1.0. Use with caution as it may contain some bugs.
Currently, this is only guaranteed to work on Windows operating system.
Refer to README for installation instructions.