/pda-auto-booker

Auto book driving tests on the Deparment of transport website

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Donate Donate

Pda-Auto-Booker

This is an application that I have built to get tests on the Practical Driving Assessment Bookings Site for Western Australia. With this you wont need to check back every hour to see if there is a test available

Install

Head over to the release tab and download the zip. This application only supports windows at the moment.

  1. Unzip the file
  2. run main.exe
  3. Select setup with the number 1 and follow the setup through
  4. Run the Bot and wait untill it finds a test with what you specified

Issues

If any issues apppear report them in the issues tab

To run the Script On Windows

There is a currently a bug in the python-readchar module That prevents the interface from functioning properly on Windows. It has been fixed in this fork https://github.com/Cube707/python-readchar you will need to install this after installing inquirer

Pull request: magmax/python-readchar#71

Running The script

  1. clone this repo
  2. run pip install -r requirements.txt
  3. run main.py with python main.py

Notes

Currently prints out the following error message this message is fine just ignore it the script is still running errorthatisfine.PNG

Bitdefender flags the release files as malicious this is a false positive you can review the code if you dont belive me. The code is complied to an exe via pyinstaller. VirusTotal link here.