{"id":18660117,"url":"https://github.com/lafriks/python-karcher","last_synced_at":"2025-04-11T20:31:09.175Z","repository":{"id":156213939,"uuid":"632900569","full_name":"lafriks/python-karcher","owner":"lafriks","description":"Kärcher Home Robots python client","archived":false,"fork":false,"pushed_at":"2024-02-11T19:04:06.000Z","size":69,"stargazers_count":10,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-25T17:49:19.166Z","etag":null,"topics":["home-assistant","home-automation","iot","karcher","python","smart-home"],"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/lafriks.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}},"created_at":"2023-04-26T11:08:46.000Z","updated_at":"2024-09-30T09:23:28.000Z","dependencies_parsed_at":"2024-01-27T19:29:42.933Z","dependency_job_id":"5fdd594d-85ae-489a-aaf7-48c4838df837","html_url":"https://github.com/lafriks/python-karcher","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafriks%2Fpython-karcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafriks%2Fpython-karcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafriks%2Fpython-karcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lafriks%2Fpython-karcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lafriks","download_url":"https://codeload.github.com/lafriks/python-karcher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248476232,"owners_count":21110236,"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":["home-assistant","home-automation","iot","karcher","python","smart-home"],"created_at":"2024-11-07T07:39:12.732Z","updated_at":"2025-04-11T20:31:08.817Z","avatar_url":"https://github.com/lafriks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kärcher Home Robots client\n\nPython library and cli to authorize into Karcher Home Robots account and fetch device information.\n\n## Usage\n\nTo download `karcher-home` cli run:\n\n```sh\npip3 install karcher-home\n```\n\n### From console\n\n```console\nUsage: karcher-home [OPTIONS] COMMAND [ARGS]...\n\n  Tool for connectiong and getting information from Kärcher Home Robots.\n\nOptions:\n  -d, --debug                     Enable debug mode.\n  -o, --output [json|json_pretty]\n                                  Output format. Default: \"json\"\n  -r, --region [eu|us|cn]         Region of the server to query. Default: \"eu\"\n  --help                          Show this message and exit.\n\nCommands:\n  device-properties  Get device properties.\n  devices            List all devices.\n  login              Get user session tokens.\n  urls               Get region information.\n```\n\n### From code\n\n```python\nfrom karcher.karcher import KarcherHome\n\nkh = await KarcherHome.create()\nawait kh.login(\"user@email\", \"password\")\ndevices = await hk.get_devices()\n```\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flafriks%2Fpython-karcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flafriks%2Fpython-karcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flafriks%2Fpython-karcher/lists"}