Install Requirements (teslapy, matplotlib)
pip3 install teslapy
Create config.py
file that will contain your username and password.
The config.py
file should look like this
email = [email protected]
password = YOURPASSWORD
Run the web app.
python3 app.py
Use the anchor tag "Click here to login to your Tesla Account" login to your Tesla Account.
Once you see a blank page after you have logged in, you're in the correct place. Copy and paste that link, along with your Tesla Account email into the web application and hit "Submit".
You will now see a dasboard view with the vehicles associated with your account.
You will now see a dasboard view with the vehicles associated with your account.