Programmatically extract owner info from Indian registration numbers
$ python registration_info.py MH02CL 0555
Registration No:
MH02CL0555
Registration Date:
20-Jan-2012
Chasi No:
WBAKB42080CY83879
Engine No:
16257849
Owner Name:
SHAH RUKH KHAN
Vehicle Class:
LMVIMP
Fuel Type:
PETROL
Maker Model:
BMW INDIA PVT. LTD., BMW 740 L I PETROL
requests
beautifulsoup4
This doesn't work for me. However, I developed a better version which is definitely helping. But it still misses something. Check my repo
'Vehicle-info' on GitHub ===>>> https://github.com/anmolrajpal/vehicle-info
Please contribute to my repo. Though I'm pasting my code here.
Python Script - Vehicle-info
Run Script from Terminal or CMD
>>> python vehicle-info.py MH04GM9660
Hope it helps!