{"id":24328433,"url":"https://github.com/dedaldino3d/ejabberd-python3d","last_synced_at":"2025-09-27T14:30:34.304Z","repository":{"id":57425869,"uuid":"309838521","full_name":"dedaldino3d/ejabberd-python3d","owner":"dedaldino3d","description":"Execute ejabberd commands, register users, etc. Later will be possible to set a custom authentication","archived":false,"fork":false,"pushed_at":"2023-07-14T04:50:01.000Z","size":122,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T14:29:47.576Z","etag":null,"topics":["django-ejabberd","ejabberd","erlang","python","xml-rpc","xmpp"],"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/dedaldino3d.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}},"created_at":"2020-11-04T00:14:37.000Z","updated_at":"2024-02-07T21:53:20.000Z","dependencies_parsed_at":"2022-09-11T14:02:04.063Z","dependency_job_id":null,"html_url":"https://github.com/dedaldino3d/ejabberd-python3d","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedaldino3d%2Fejabberd-python3d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedaldino3d%2Fejabberd-python3d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedaldino3d%2Fejabberd-python3d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedaldino3d%2Fejabberd-python3d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dedaldino3d","download_url":"https://codeload.github.com/dedaldino3d/ejabberd-python3d/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234440764,"owners_count":18833060,"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":["django-ejabberd","ejabberd","erlang","python","xml-rpc","xmpp"],"created_at":"2025-01-17T23:20:05.109Z","updated_at":"2025-09-27T14:30:33.926Z","avatar_url":"https://github.com/dedaldino3d.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**A python lib to run ejabberd XML-RPC commands**\n\n**Features**\n\u003cul\u003e\n    \u003cli\u003eExecute XML-RPC commands\u003c/li\u003e\n    \u003cli\u003eExternal authentication\u003c/li\u003e\n    \u003cli\u003eRegister Users\u003c/li\u003e\n    \u003cli\u003eDelete Users\u003c/li\u003e\n    \u003cli\u003eCreate Rooms\u003c/li\u003e\n    \u003cli\u003eSubscribe to Rooms\u003c/li\u003e\n    \u003cli\u003eSend Messages\u003c/li\u003e\n    \u003cli\u003e and many others features, ... .\u003c/li\u003e\n\u003c/ul\u003e\n\n#### How to install\nWhen working with python its a common approach to use a virtualenv to encapsulate all dependencies.\nFirst create a virtual environment:\n__if you have virtualenv installed run this code__\n```python\nvirtualenv ejabberd_python3d_venv\n```\n__if not, so install with this code:__\n````python\npip install virtualenv\n````\nand then install **ejabberd_python3d** lib:\n```python\npip install ejabberd_python3d\n```\n\nTo get the most updated version, you'll need to clone this repository:\n````git\ngit clone http://github.com/Dedaldino3D/ejabberd_python3d.git\n````\nRun\n````python\npython setup.py\n````\n\nAfter installation is completed, create a client instance:\n\n````python\nfrom ejabberd_python3d.client import EjabberdAPIClient\n\nclient = EjabberdAPIClient('localhost','dedaldino','123456')\nusers = client.registered_users('localhost')\n# assuming that you have an user registered (the admin) \nprint(users) # [dedaldino]\nclient.register('dedaldino3d','localhost','nopassword')\nusers = client.registered_users('localhost')\nprint(users) # ['dedaldino3d']\n````\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedaldino3d%2Fejabberd-python3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdedaldino3d%2Fejabberd-python3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedaldino3d%2Fejabberd-python3d/lists"}