{"id":27657130,"url":"https://github.com/sendbird/sendbird-platform-sdk-python","last_synced_at":"2026-01-05T09:12:41.144Z","repository":{"id":50021297,"uuid":"455536515","full_name":"sendbird/sendbird-platform-sdk-python","owner":"sendbird","description":"Sendbird Platform API SDK for server languages","archived":false,"fork":false,"pushed_at":"2024-11-15T09:03:25.000Z","size":2230,"stargazers_count":11,"open_issues_count":5,"forks_count":1,"subscribers_count":20,"default_branch":"main","last_synced_at":"2025-04-24T06:54:37.285Z","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/sendbird.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-02-04T12:18:51.000Z","updated_at":"2024-09-24T07:56:28.000Z","dependencies_parsed_at":"2024-08-29T01:34:29.613Z","dependency_job_id":null,"html_url":"https://github.com/sendbird/sendbird-platform-sdk-python","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendbird%2Fsendbird-platform-sdk-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendbird%2Fsendbird-platform-sdk-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendbird%2Fsendbird-platform-sdk-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendbird%2Fsendbird-platform-sdk-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sendbird","download_url":"https://codeload.github.com/sendbird/sendbird-platform-sdk-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250580704,"owners_count":21453531,"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":"2025-04-24T06:54:43.938Z","updated_at":"2026-01-05T09:12:41.139Z","avatar_url":"https://github.com/sendbird.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Sendbird banner image](http://ww1.prweb.com/prfiles/2021/09/14/18371217/Sendbird_Logo_RGB_lg.png)\n\n# [Sendbird Python Platform SDK](https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api)\n\n\n[![link to docs](https://img.shields.io/badge/SDK-docs-green)](/docs)\n[![PYPI](https://img.shields.io/pypi/v/sendbird-platform-sdk.svg)](https://pypi.org/project/sendbird-platform-sdk)\n\n\nThis is a python library that makes talking to the [Sendbird Platform API](https://sendbird.com/docs/chat/v3/platform-api/getting-started/prepare-to-use-api) easier. With this library you can extend your Sendbird integration to include advanced features like channel automation and user management.\n\n# 🔥 Quick start\n\n```python\n\nimport sendbird_platform_sdk\nfrom sendbird_platform_sdk.api import user_api\nfrom pprint import pprint\n\n\nconfiguration = sendbird_platform_sdk.Configuration(\n    host = \"https://api-YOUR_APP_ID_FROM_DASHBOARD.sendbird.com\"\n)\n\nwith sendbird_platform_sdk.ApiClient(configuration=configuration) as api_client:\n    api_instance = user_api.UserApi(api_client)\n    api_token = \"YOUR_MASTER_API_TOKEN_FROM_DASHBOARD\"\n\n    try:\n        api_response = api_instance.list_users(api_token=api_token, limit=1)\n        pprint(api_response)\n    except sendbird_platform_sdk.ApiException as e:\n        print(\"Exception when calling UserApi-\u003elist_users: %s\\n\" % e)\n```\n\n# ⚒️ Prerequisite\nIn order to make requests with this SDK you will need you master API token. This can be found through the [Sendbird dashboard](https://dashboard.sendbird.com/).  Each app you create in Sendbird has its own master api token. These tokens can be found in Settings \u003e Application \u003e General.\n\n![how to find you api token](https://i.imgur.com/0YMKtpX.png)\n\n# 💻 Requirements \nThis package has been tested with python version 3.9.10\n\n\n# ⚙️ Installation \n\nUsing pip\n\n```bash\npip install sendbird-platform-sdk\n```\n\n# 🤓 Local Development\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\n\n# 🗃️ Documentation \nAll the documentation for this project lives in the /docs directory of this repo. \n\n##### Helpful links\n\n|       | Documentation |\n| ----------- | ----------- |\n| Announcement   | [docs/AnnouncementApi.md](docs/AnnouncementApi.md)|\n| Bot | [docs/BotApi.md](docs/BotApi.md)  |\n| GroupChannel | [docs/GroupChannelApi.md](docs/GroupChannelApi.md)  |\n| Message | [docs/MessageApi.md](docs/MessageApi.md)  |\n| OpenChannel | [docs/OpenChannelApi.md ](docs/OpenChannelApi.md)  |\n| User | [docs/UserApi.md](docs/UserApi.md)  |\n| Moderation | [docs/ModerationApi.md](docs/ModerationApi.md)  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsendbird%2Fsendbird-platform-sdk-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsendbird%2Fsendbird-platform-sdk-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsendbird%2Fsendbird-platform-sdk-python/lists"}