{"id":18883871,"url":"https://github.com/101t/bigbluebutton-api-python","last_synced_at":"2025-08-20T20:32:53.049Z","repository":{"id":43183926,"uuid":"118257102","full_name":"101t/bigbluebutton-api-python","owner":"101t","description":"👨‍🏫 BigBlueButton Python API","archived":false,"fork":false,"pushed_at":"2024-10-02T01:14:58.000Z","size":72,"stargazers_count":23,"open_issues_count":2,"forks_count":33,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-07T20:50:07.402Z","etag":null,"topics":["api","bigbluebutton","bigbluebutton-api","hacktoberfest","pypi","python","python-library"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/101t.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":"2018-01-20T15:53:12.000Z","updated_at":"2024-11-08T08:27:13.000Z","dependencies_parsed_at":"2023-11-06T09:31:31.665Z","dependency_job_id":"9f564c30-3410-49bb-9c2a-aa98e3aa384f","html_url":"https://github.com/101t/bigbluebutton-api-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/101t/bigbluebutton-api-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/101t%2Fbigbluebutton-api-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/101t%2Fbigbluebutton-api-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/101t%2Fbigbluebutton-api-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/101t%2Fbigbluebutton-api-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/101t","download_url":"https://codeload.github.com/101t/bigbluebutton-api-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/101t%2Fbigbluebutton-api-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271378681,"owners_count":24749192,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","bigbluebutton","bigbluebutton-api","hacktoberfest","pypi","python","python-library"],"created_at":"2024-11-08T07:09:35.097Z","updated_at":"2025-08-20T20:32:52.790Z","avatar_url":"https://github.com/101t.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":["Video Management"],"readme":"# BigBlueButton Python API\n\nPython wrapper for BigBlueButton api, more information about BigBlueButton api can be found [here](http://docs.bigbluebutton.org/dev/api.html 'API doc').\n\n## Installation\nThe project has been uploaded to pypi, and you can view the library from [here](https://pypi.org/project/bigbluebutton-api-python/ 'pypi'). You can simply download the library by\n```shell\npip install bigbluebutton_api_python\n```\n\nYou can also install the latest from this repo with\n```shell\npip install git+git://github.com/101t/bigbluebutton-api-python.git\n```\n\n\n## Example\nExample to use the library:\n```python\nfrom bigbluebutton_api_python import BigBlueButton\n\nb = BigBlueButton('your BBB server url', 'your server credential')\n\n# get api version\nprint(b.get_api_version().get_version())\n```\n## Others Example\n\n```python\nfrom bigbluebutton_api_python import BigBlueButton\n\nb = BigBlueButton('your BBB server url', 'your server credential')\n\n#params\ndict = { 'moderatorPW':'pw' }\n#use create meeting\nprint(b.create_meeting ('room',params=dict))\n#get info\nprint(b.get_meeting_info('room'))\n#get url\nprint(b.get_join_meeting_url('user','fake2', 'pw'))\n```\nMore Docs [here](https://www.pydoc.io/pypi/bigbluebutton-api-python-0.0.2/autoapi/bigbluebutton/index.html).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F101t%2Fbigbluebutton-api-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F101t%2Fbigbluebutton-api-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F101t%2Fbigbluebutton-api-python/lists"}