{"id":21406589,"url":"https://github.com/ringcentral/engage-digital-python","last_synced_at":"2025-06-14T23:04:09.776Z","repository":{"id":57461989,"uuid":"209003823","full_name":"ringcentral/engage-digital-python","owner":"ringcentral","description":"Simple Python API wrapper for RingCentral Engage Digital API","archived":false,"fork":false,"pushed_at":"2025-01-13T16:33:13.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-23T21:06:48.566Z","etag":null,"topics":["digital","engage","python","ringcentral"],"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/ringcentral.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":"2019-09-17T08:47:38.000Z","updated_at":"2025-01-13T16:33:17.000Z","dependencies_parsed_at":"2022-08-28T00:12:40.271Z","dependency_job_id":null,"html_url":"https://github.com/ringcentral/engage-digital-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ringcentral/engage-digital-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringcentral%2Fengage-digital-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringcentral%2Fengage-digital-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringcentral%2Fengage-digital-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringcentral%2Fengage-digital-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ringcentral","download_url":"https://codeload.github.com/ringcentral/engage-digital-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringcentral%2Fengage-digital-python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259896127,"owners_count":22928330,"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":["digital","engage","python","ringcentral"],"created_at":"2024-11-22T16:40:44.827Z","updated_at":"2025-06-14T23:04:09.765Z","avatar_url":"https://github.com/ringcentral.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [RingCentral Engage Digital Client for Python](https://github.com/ringcentral/engage-digital-python)\n\nSimple Python API wrapper for RingCentral Engage Digital api. \n\n[![Build Status](https://travis-ci.com/ringcentral/engage-digital-python.svg?branch=test)](https://travis-ci.com/ringcentral/engage-digital-python)\n[![Coverage Status](https://coveralls.io/repos/github/ringcentral/engage-digital-python/badge.svg?branch=test)](https://coveralls.io/github/ringcentral/engage-digital-python?branch=test)\n\n## Installation\n\n### PIP\n\n```sh\npip3 install ringcentral_engage_voice\n# or\npip install ringcentral_engage_voice\n```\n\n## Usage\n\n```python\nfrom ringcentral_engage_digital import RestClient\n\nrc = RestClient(\n  RINGCENTRAL_ENGAGE_API_TOKEN,\n  RINGCENTRAL_ENGAGE_SERVER_URL\n)\nr = rc.get('/1.0/roles')\nassertEqual(len(r.json['records']) \u003e 0, True)\n```\n\n## Test\n\nWith virtaul env, make sure you have pip3 and python3.6+\n\n```bash\nbin/init\nsource venv/bin/activate\ncp .sample.env .env\n# edit .env fill all fields\nbin/test\n```\n\nWithout virtaul env, make sure you have pip3 and python3.6+\n\n```sh\n\npip3 install -r requirements-dev.txt\npip3 install -r requirements.txt\ncp .sample.env .env\n# edit .env fill all fields\nbin/test\n```\n\n## Credits\n\nBased on [Tyler](https://github.com/tylerlong)'s [https://github.com/tylerlong/ringcentral-python](https://github.com/tylerlong/ringcentral-python).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fringcentral%2Fengage-digital-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fringcentral%2Fengage-digital-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fringcentral%2Fengage-digital-python/lists"}