Hacker News new | ask | show | jobs
Python bindings for the Model S REST API (github.com)
5 points by nside 4869 days ago
>>> import pytesla >>> mycar = pytesla.Connection('myemail', 'mypassword').vehicle('myvin') >>> mycar.honk_horn() True