Python bindings for the Model S REST API(github.com)
github.com
Python bindings for the Model S REST API
https://github.com/nside/pytesla
>>> import pytesla
>>> mycar = pytesla.Connection('myemail', 'mypassword').vehicle('myvin')
>>> mycar.honk_horn()
True
0 comments
—