6 ms·Python bindings for the Model S REST API5 points by nside 14y ago>>> import pytesla >>> mycar = pytesla.Connection('myemail', 'mypassword').vehicle('myvin') >>> mycar.honk_horn() True