Skip to main content

SDK for bokecc.

Project description

bokecc_sdk
===
SDK for bokecc.

live.py
---
cc 云直播类接口
https://doc.bokecc.com/live/dev/liveapi/

classroom.py
---
cc 云课堂类接口
https://doc.bokecc.com/class/developer/classapi/

todo
---
TODO: live 聊天、抽奖、签到等非视频信息
TODO: 完成点播类接口
TODO: 完成云课堂聊天等接口

usage
---

pip install bokecc_sdk

live_api = LiveAPI(APIKEY)
userid = USERID
name = 'sdk测试创建直播间name密码'
desc = 'sdk测试创建直播间desc'
templatetype = constants.LiveTemplateType.video_doc_chat_qa.value
authtype = constants.LiveAuthType.password.value
publisherpass = 'tcctest'
assistantpass = 'acctest'
response = live_api.room_create(
userid, name, desc, templatetype, authtype, publisherpass, assistantpass
)


examples 目录创建 __secret.py, 填入cc的apikey

其他具体接口见 examples/live.py

回调类demo见 https://github.com/duoduo369/original/blob/master/original/misc/views.py 中的
CCAuthAPI、CallBackCCLiveStartAPI、CallBackCCLiveEndAPI、CallBackCCRecordAPI、CallBackCCOfflineWatchAPI


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bokecc_sdk-0.3.2.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

bokecc_sdk-0.3.2-py2-none-any.whl (14.1 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page