{"id":20699914,"url":"https://github.com/mrmarble/sagemcomclient","last_synced_at":"2025-04-22T22:33:13.935Z","repository":{"id":103175312,"uuid":"273716997","full_name":"MrMarble/sagemcomclient","owner":"MrMarble","description":"Python library to comunicate with sagemcom routers","archived":false,"fork":false,"pushed_at":"2020-06-20T14:01:14.000Z","size":18,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T19:34:29.014Z","etag":null,"topics":["automation","domotic","fast","library","python","router","sagemcom"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MrMarble.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":"2020-06-20T13:50:12.000Z","updated_at":"2024-03-07T18:45:22.000Z","dependencies_parsed_at":"2024-01-07T10:15:07.562Z","dependency_job_id":null,"html_url":"https://github.com/MrMarble/sagemcomclient","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrMarble%2Fsagemcomclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrMarble%2Fsagemcomclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrMarble%2Fsagemcomclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrMarble%2Fsagemcomclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrMarble","download_url":"https://codeload.github.com/MrMarble/sagemcomclient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250333880,"owners_count":21413472,"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":["automation","domotic","fast","library","python","router","sagemcom"],"created_at":"2024-11-17T00:32:46.603Z","updated_at":"2025-04-22T22:33:13.929Z","avatar_url":"https://github.com/MrMarble.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SAGEMCOM F@st\n\nI wanted to automate some things at my home but my current router (_Sagemcom F@st 5655v2AC_) does not have any option so I wrote my own python client.\n\nThanks to [@wuseman](https://github.com/wuseman) for his incredible [wiki](https://github.com/wuseman/SAGEMCOM-FAST-5370e-TELIA) about the sagecom router.\n\nI will be adding methods as I need them, so if you need one and is not yet implemented fell free to collaborate 😉\n\n## How to install\n\nYou can install this package using pip\n`pip install git+https://github.com/MrMarble/sagemcomclient`\n\n## Usage\n\n```python\nfrom sagemcom.sagemcomclient import Sagemcomclient\nclient = Sagemcomclient('user','pass')\nclient.login() # will raise an exception on login failed\n\ncustom_query = client.get_values_tree('Device/Hosts/Hosts') # returns a dict with the response from the router\n```\n\n### Available methods\n   - **login**: Will let you login to the router\n   - **get_values_tree**: Will let you make custom requests to the router\n   - **get_hosts**: Will show connected devices","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmarble%2Fsagemcomclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrmarble%2Fsagemcomclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmarble%2Fsagemcomclient/lists"}