Python bindings to the Model S REST API
pytesla is a python binding to the Tesla Model S REST API <http://docs.timdorr.apiary.io/> so that you can monitor your car or programmatically interact with it. It makes it easy to schedule charging times, trigger heating/cooling according to weather or just gather stats.
Use it like this:
>>> import pytesla
>>> mycar = pytesla.Connection('myemail', 'mypassword').vehicle('myvin')
>>> mycar.honk_horn()
True
More info at http://pypi.python.org/pypi/pytesla/
What car API do you have?


Pingback: pytesla — Python bindings to the Tesla Model S REST API | Bram.us