Securely generate API tokens for third-party access to your Tesla.
Multi-factor authentication (MFA) and Captcha are supported.
Precompiled binaries are currently only available for x86-64.
❯ tesla_auth --help
Usage: tesla_auth [-d]
Tesla API tokens generator
Options:
-d, --debug print debug output
--help display usage information
- Run the
tesla_auth
executable (either by double-clicking it or directly in a terminal) - Enter your Tesla account credentials (and MFA code if necessary)
- You'll get a final window where you can select and copy the access token and refresh token
WebKit is native on macOS so no additional dependencies are required.
WebView2 is powered by Microsoft Edge (Chromium). At the moment it requires a preview version of Edge which can be downloaded here: Microsoft Edge Insider Channels
WebKitGTK is required for WebView. So please make sure the following packages are installed:
sudo pacman -S webkit2gtk libappindicator-gtk3
sudo apt install libwebkit2gtk-4.0-dev libappindicator3-dev
sudo dnf install gtk3-devel webkit2gtk3-devel libappindicator-gtk3-devel
# Clone repository
git clone https://github.com/adriankumpf/tesla_auth
cd tesla_auth
# Build (debug version)
cargo build
# Install (release version)
cargo install --path . --locked
On Linux you'll need to install the required dev dependencies first.
Apache-2.0/MIT