Skip to content

Search for earliest available DMV behind-the-wheel driving test slot in multiple DMV offices

Notifications You must be signed in to change notification settings

HadoopIt/DMV_appointment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

DMV Behind-the-wheel Driving Test

You probably don't want to wait for nearly a month time for the DMV driving test. This simple Python program helps to search for the earliest available DMV "behind-the-wheel driving test" in multiple DMV offices.

Say you want to search for all earliest available appointment slots within the next 10 days, set the value of 'test_in_days' to 10 at the beginning of program. Enter your personal information then as if you were registering on DMV website.

To run the program in schedule, create a simple cron job for your need, e.g. the below cron job runs the program every hour.

1 * * * * /usr/bin/python dmv_behind-the-wheel_test.py

To save the output whenever there is an available slot, set a directory you want to place the output file to 'output_folder' variable at the top of the program. Extend the program yourself to trigger an email alert via smpt server if you want!

Enjoy!

About

Search for earliest available DMV behind-the-wheel driving test slot in multiple DMV offices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages