Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

cbzink/tessiepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TessiePy

Python wrapper for the Tessie API.

Usage

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.

Disclaimer

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!

License

Licensed under the MIT License.

About

Python wrapper for the Tessie API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages