Python bindings for the Model S REST APIgithub.com/nside5 pointsnside13 years ago>>> import pytesla >>> mycar = pytesla.Connection('myemail', 'mypassword').vehicle('myvin') >>> mycar.honk_horn() True