{"id":42208427,"url":"https://github.com/nonoo/tesla-aprs","last_synced_at":"2026-01-27T00:41:55.583Z","repository":{"id":247967088,"uuid":"827362675","full_name":"nonoo/tesla-aprs","owner":"nonoo","description":"Sends Tesla vehicle location and status to the APRS-IS","archived":false,"fork":false,"pushed_at":"2024-08-07T11:40:37.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-07T22:39:24.173Z","etag":null,"topics":["aprs","aprs-is","ham-radio","hamradio","location-tracker","tesla"],"latest_commit_sha":null,"homepage":"","language":"Python","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/nonoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-07-11T14:02:22.000Z","updated_at":"2024-08-07T11:39:06.000Z","dependencies_parsed_at":"2024-08-04T21:47:17.544Z","dependency_job_id":null,"html_url":"https://github.com/nonoo/tesla-aprs","commit_stats":null,"previous_names":["nonoo/tesla-aprs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nonoo/tesla-aprs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonoo%2Ftesla-aprs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonoo%2Ftesla-aprs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonoo%2Ftesla-aprs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonoo%2Ftesla-aprs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nonoo","download_url":"https://codeload.github.com/nonoo/tesla-aprs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nonoo%2Ftesla-aprs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28794012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["aprs","aprs-is","ham-radio","hamradio","location-tracker","tesla"],"created_at":"2026-01-27T00:41:54.970Z","updated_at":"2026-01-27T00:41:55.576Z","avatar_url":"https://github.com/nonoo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tesla APRS\n\nSends Tesla vehicle location and status to the APRS-IS.\n\n## Installation\n\nNote that you can also get this app as a [Home Assistant addon](https://github.com/nonoo/ha-addons).\n\n### Create a Python virtual environment\n\n```\npython -m venv env\n```\n\n### Activate the virtual environment\n\nOn Linux/MacOS:\n\n```\nsource env/bin/activate\n```\n\nOn Windows:\n\n```\n.\\env\\Scripts\\activate\n```\n\n### Install requirements\n\n```\npip install -r requirements.txt\n```\n\n## Tesla refresh token\n\nThe script asks for a Tesla refresh token when run for the first time.\nYou will need an application to generate a refresh token:\n\n- Android: [Tesla Tokens](https://play.google.com/store/apps/details?id=net.leveugle.teslatokens)\n- iOS: [Auth App for Tesla](https://apps.apple.com/us/app/auth-app-for-tesla/id1552058613)\n- Chromium/Edge: [Chromium Tesla Token Generator](https://github.com/DoctorMcKay/chromium-tesla-token-generator)\n\nLogin session data is stored into the file `cache.json`, so you don't need to\nenter the refresh token every time the script runs. Make sure the current\nworking directory is set to the script's directory, so `cache.json` can be\nfound by the script.\n\n## Running\n\nYou don't need to activate the virtual environment to run the script.\nUse `env/bin/python` instead of the system Python binary.\n\nGet the command line arguments using `-h`\n\nExample usage:\n\n```\nenv/bin/python main.py -e nonoo@nonoo.hu -c HA2NON-12 -m \"LOAD\\\"*\\\",8,1 ~ github.com/nonoo/tesla-aprs\"\n```\n\n## Environment variables\n\nYou can set the following environment variables to avoid passing them as\ncommand line arguments:\n\n- `TESLAAPRS_EMAIL`: Tesla account email address\n- `TESLAAPRS_CALLSIGN`: APRS callsign\n- `TESLAAPRS_MSG`: APRS message\n- `TESLAAPRS_SILENT`: Suppress logging\n- `TESLAAPRS_INTERVAL`: APRS message interval in seconds\n- `TESLAAPRS_VEHICLE_NR`: Tesla vehicle number\n- `TESLAAPRS_REFRESH_TOKEN`: Tesla refresh token\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonoo%2Ftesla-aprs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnonoo%2Ftesla-aprs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonoo%2Ftesla-aprs/lists"}