{"id":19819071,"url":"https://github.com/dmitriiweb/matrix-admin-sdk","last_synced_at":"2026-06-04T20:31:07.660Z","repository":{"id":40576492,"uuid":"477386331","full_name":"dmitriiweb/matrix-admin-sdk","owner":"dmitriiweb","description":"Async wrapper for matrix.org admin API","archived":false,"fork":false,"pushed_at":"2022-05-01T12:01:56.000Z","size":798,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-12T05:26:59.064Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dmitriiweb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-03T15:42:00.000Z","updated_at":"2022-04-03T20:17:22.000Z","dependencies_parsed_at":"2022-08-09T23:40:14.722Z","dependency_job_id":null,"html_url":"https://github.com/dmitriiweb/matrix-admin-sdk","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/dmitriiweb%2Fmatrix-admin-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriiweb%2Fmatrix-admin-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriiweb%2Fmatrix-admin-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriiweb%2Fmatrix-admin-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmitriiweb","download_url":"https://codeload.github.com/dmitriiweb/matrix-admin-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241175317,"owners_count":19922480,"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":[],"created_at":"2024-11-12T10:17:44.698Z","updated_at":"2026-06-04T20:31:07.653Z","avatar_url":"https://github.com/dmitriiweb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Matrix Admin Sdk\n\n[![PyPI version](https://badge.fury.io/py/matrix-admin-sdk.svg)](https://badge.fury.io/py/matrix-admin-sdk)\n\nAsync wrapper for matrix.org admin API\n\n\n## Installation\n```shell\npip install matrix-admin-sdk\n```\n\n## Usage\nDocumentations [here](https://dmitriiweb.github.io/matrix-admin-sdk/)\n\n### Quick Start\n```python\nimport asyncio\n\nimport httpx\n\nfrom matrix_admin_sdk import MatrixAdminClient\nfrom matrix_admin_sdk.endpoints.v1 import EditRoomMembership\n\n\nasync def main():\n    admin_key = \"admin_key\"\n    http_client = httpx.AsyncClient()\n    server_url = \"https://matrix.server.com\"\n\n    admin_client = MatrixAdminClient(http_client, admin_key, server_url)\n\n    api = EditRoomMembership(admin_client)\n    res = await api.join_user_to_room(\"room_id\", \"user_id\")\n\n\nif __name__ == \"__main__\":\n    asyncio.run(main())\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitriiweb%2Fmatrix-admin-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmitriiweb%2Fmatrix-admin-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitriiweb%2Fmatrix-admin-sdk/lists"}