{"id":18221867,"url":"https://github.com/karlicoss/endoexport","last_synced_at":"2025-06-13T11:08:14.646Z","repository":{"id":141611359,"uuid":"230617833","full_name":"karlicoss/endoexport","owner":"karlicoss","description":"Export/access your Endomondo data","archived":false,"fork":false,"pushed_at":"2023-03-15T02:22:48.000Z","size":21,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-13T11:07:56.112Z","etag":null,"topics":["backup","data-liberation","endomondo","export"],"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/karlicoss.png","metadata":{"files":{"readme":"README.org","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,"zenodo":null}},"created_at":"2019-12-28T14:05:23.000Z","updated_at":"2023-03-15T02:22:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"f50b1dbf-2734-43ee-8d2d-5c2c904810fa","html_url":"https://github.com/karlicoss/endoexport","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/karlicoss/endoexport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karlicoss%2Fendoexport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karlicoss%2Fendoexport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karlicoss%2Fendoexport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karlicoss%2Fendoexport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karlicoss","download_url":"https://codeload.github.com/karlicoss/endoexport/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karlicoss%2Fendoexport/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259634373,"owners_count":22887698,"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":["backup","data-liberation","endomondo","export"],"created_at":"2024-11-03T22:04:50.621Z","updated_at":"2025-06-13T11:08:14.636Z","avatar_url":"https://github.com/karlicoss.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+begin_src python :dir src :results drawer :exports results\nimport endoexport.export as E; return E.make_parser().prog\n#+end_src\n\n#+RESULTS:\n:results:\nTool to export your personal Endomondo data\n:end:\n\n* Setting up\n1. The easiest way is =pip3 install --user git+https://github.com/karlicoss/endoexport=.\n\n   Alternatively, use =git clone --recursive=, or =git pull \u0026\u0026 git submodules update --init=. After that, you can use =pip3 install --editable=.\n2. Run =./export.py --login= to get your token (you only need to do it once)\n\n* Exporting\n\n#+begin_src python :dir src :results drawer :exports results\nimport endoexport.export as E; return E.make_parser().epilog\n#+end_src\n\n#+RESULTS:\n:results:\n\nUsage:\n\n*Recommended*: create =secrets.py= keeping your api parameters, e.g.:\n\n\n: email = \"EMAIL\"\n: token = \"TOKEN\"\n\n\nAfter that, use:\n\n: python3 -m endoexport.export --secrets /path/to/secrets.py\n\nThat way you type less and have control over where you keep your plaintext secrets.\n\n*Alternatively*, you can pass parameters directly, e.g.\n\n: python3 -m endoexport.export --email \u003cemail\u003e --token \u003ctoken\u003e\n\nHowever, this is verbose and prone to leaking your keys/tokens/passwords in shell history.\n\n\n\nI *highly* recommend checking exported files at least once just to make sure they contain everything you expect from your export. If not, please feel free to ask or raise an issue!\n\n:end:\n\n# TODO include dal section\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarlicoss%2Fendoexport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarlicoss%2Fendoexport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarlicoss%2Fendoexport/lists"}