mirror of
https://github.com/adriankumpf/tesla_auth.git
synced 2026-02-27 09:54:03 +08:00
1.5 KiB
1.5 KiB
Tesla Auth
Securely generate API tokens for third-party access to your Tesla.
Multi-factor authentication (MFA) and Captcha are supported.
Download
Usage
❯ tesla_auth --help
Usage: tesla_auth [-d]
Tesla API tokens generator
Options:
-d, --debug print debug output
--help display usage information
Platform-specific dependencies
Linux
Arch Linux / Manjaro:
sudo pacman -S webkit2gtk libappindicator-gtk3
Debian / Ubuntu:
sudo apt install libwebkit2gtk-4.0-dev libappindicator3-dev
Fedora
sudo dnf install gtk3-devel webkit2gtk3-devel libappindicator-gtk3-devel
macOS
WebKit is native on macOS so no additional dependencies are required.
Windows
WebView2 is powered by Microsoft Edge (Chromium). So Windows 7, 8, and 10 should be supported.
License
Apache-2.0/MIT