I needed to take the theoretical drivers test but the appointment slots disappeared too fast to easily find.

I wrote a bash script that polls the website to find days with actual appointments tells you when it finds one.

https://pastebin.com/a4jRtnL4

This doesn’t actually book an appointment for you, it just says the date when it finds a slot, then you have to actually book it yourself.

You’ll need to be a little familiar with using your browser’s dev tools and running a script, but you shouldn’t need to be a programmer to use it.

This is not a nice complicated tool, but I just needed it today to find an appointment and I thought I’d share it.

Leave a Reply