{"id":16242518,"url":"https://github.com/adriankumpf/tesla_auth","last_synced_at":"2025-04-09T06:10:40.147Z","repository":{"id":37905585,"uuid":"406496334","full_name":"adriankumpf/tesla_auth","owner":"adriankumpf","description":"Securely generate API tokens for third-party access to your Tesla.","archived":false,"fork":false,"pushed_at":"2024-09-21T19:06:50.000Z","size":426,"stargazers_count":374,"open_issues_count":4,"forks_count":27,"subscribers_count":16,"default_branch":"main","last_synced_at":"2024-10-11T14:10:59.399Z","etag":null,"topics":["oauth2","rust","tesla","tesla-api","webview"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adriankumpf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-14T19:27:34.000Z","updated_at":"2024-10-03T23:28:46.000Z","dependencies_parsed_at":"2023-10-15T17:28:59.273Z","dependency_job_id":"a4c696bb-7e5a-4634-9e41-53aa79ed12b6","html_url":"https://github.com/adriankumpf/tesla_auth","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriankumpf%2Ftesla_auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriankumpf%2Ftesla_auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriankumpf%2Ftesla_auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriankumpf%2Ftesla_auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adriankumpf","download_url":"https://codeload.github.com/adriankumpf/tesla_auth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987285,"owners_count":21028895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["oauth2","rust","tesla","tesla-api","webview"],"created_at":"2024-10-10T14:11:28.830Z","updated_at":"2025-04-09T06:10:40.129Z","avatar_url":"https://github.com/adriankumpf.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tesla Auth\n\n[![CI](https://github.com/adriankumpf/tesla_auth/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/adriankumpf/tesla_auth/actions/workflows/ci.yml)\n[![CD](https://github.com/adriankumpf/tesla_auth/actions/workflows/release.yml/badge.svg)](https://github.com/adriankumpf/tesla_auth/actions/workflows/release.yml)\n\nSecurely generate API tokens for third-party access to your Tesla.\n\nMulti-factor authentication (MFA) and Captcha are supported.\n\n## Download\n\n- macOS [Apple Silicon](https://github.com/adriankumpf/tesla_auth/releases/latest/download/tesla_auth-aarch64-apple-darwin.tar.xz) / [Intel](https://github.com/adriankumpf/tesla_auth/releases/latest/download/tesla_auth-x86_64-apple-darwin.tar.xz)\n- [Linux](https://github.com/adriankumpf/tesla_auth/releases/latest/download/tesla_auth-x86_64-unknown-linux-gnu.tar.xz)\n- [Windows](https://github.com/adriankumpf/tesla_auth/releases/latest/download/tesla_auth-x86_64-pc-windows-msvc.zip)\n\n## Usage\n\n```plain\n❯ tesla_auth --help\nUsage: tesla_auth [-d] [-k]\n\nTesla API tokens generator\n\nOptions:\n  -d, --debug       print debug output\n  -c, --clear-browsing-data\n                    clear browsing data at startup\n  --help            display usage information\n```\n\n### Steps\n\n1. Run the `tesla_auth` executable (either by double-clicking it or directly in a terminal)\n2. Enter your Tesla account credentials (and MFA code if necessary)\n3. You'll get a final window where you can select and copy the access token and refresh token\n\n## Platform-specific dependencies\n\n### macOS\n\nWebKit is native on macOS so no additional dependencies are required.\n\n### Windows\n\nWebView2 provided by Microsoft Edge Chromium is used. So Windows 7, 8, 10 and 11 are supported.\n\n### Linux\n\n[WebKitGTK](https://webkitgtk.org/) is required for WebView and `libxdo` is used to make the predfined Copy, Cut, Paste and SelectAll menu items work. So please make sure the following packages are installed:\n\n#### Arch Linux / Manjaro:\n\n```bash\nsudo pacman -S webkit2gtk-4.1 xdotool\n```\n\n#### Debian / Ubuntu:\n\n```bash\nsudo apt install libwebkit2gtk-4.1-dev libxdo-dev\n```\n\n#### Fedora\n\n```bash\nsudo dnf install gtk3-devel webkit2gtk4.1-devel xdotool\n```\n\n## Development\n\n```bash\n# Clone repository\ngit clone https://github.com/adriankumpf/tesla_auth\ncd tesla_auth\n\n# Build (debug version)\ncargo build\n\n# Install (release version)\ncargo install --path . --locked\n```\n\n## License\n\nApache-2.0/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadriankumpf%2Ftesla_auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadriankumpf%2Ftesla_auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadriankumpf%2Ftesla_auth/lists"}