Skip to content

derryl/VanityPlateChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

VanityPlateChecker

Check availability of personalized (vanity) plates on the CA DMV website.

FUUGIIT

Usage

python3 find_plate.py GOBEARS XKCD42 "HI MOM"
  GOBEARS  ... ✗ taken
  XKCD42   ... ✓ AVAILABLE
  HI MOM   ... ✗ taken

Check as many plates as you want in a single run.

Requirements

Python 3 (no third-party packages needed).

How it works

Hits the CA DMV's plate-check JSON API (checkPers.do) after establishing a session through their standard init/start handshake. Uses only Python standard library HTTP requests.

About

Headless script to check availability of personalized (vanity) plates on CA DMV website.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages