Python wrapper for the Tessie API.
Initialize TessieClient
with your Tessie API key. All* Tessie API endpoints are supported, and organized according to the Tessie API docuemntation.
from tessiepy import TessieClient
client = TessieClient("YOUR_API_KEY")
client.lights.flash()
* The /vin/map
endpoint is not supported as it returns image/png data.
I only own a Model 3, so some features exclusive to other Tesla models such as Biohazard Mode and sunroof opening/closing have not been tested. If you own one of these vehicles and are able to confirm they work correctly, please open an issue!
Licensed under the MIT License.