Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 734 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 734 Bytes

Car Lookup SG

Simple Python program to retrieve the make/model and road tax expiry date of vehicles registered in Singapore from LTA's database.

They don't have an API for this (as far as I'm aware) so I am scraping their site.

Instructions

You just need Selenium to run the program.

pip install selenium

Then, just run the program and enter the license plate of the vehicle you want to look up.

Image

The program also calculates the vehicle plate checksum to determine if it's a valid plate.

Image

Note: This is a very early WIP and I will be improving it. The end goal is to deploy a web app.