skypebot-master

所属分类:单片机开发
开发工具:Python
文件大小:3KB
下载次数:2
上传日期:2015-10-20 05:06:13
上 传 者Che3
说明:  This is simple python bot based on skypekit that can host conference call on a server side. It can read commands chat to up/hangup the call.

文件列表:
skypebot.py (6615, 2013-06-05)

# Skypebot #### This is simple python bot based on skypekit that can host conference call on a server side. It can read commands from chat to up/hangup the call. ## How to use ### 1) Download the Skypekit You can download it from here http://developer.skype.com/ (cost $5) This code tested on sdp-distro-desktop-skypekit_4.5.0.105_2859374 but it work with 3.7 and later. Put the skypebot.py into {skypekit_dir}/examples/python/tutorial/ ### 2) Register skype account and get conference ID Don't create conference from username that you will use for bot! Better way is to add bot into existing conference. Check this by typing ```/get creator``` in conference chat. If creator == bot_skypename you will have error. Type ```/get name``` to get conference ID and put this string into skypebot line 37. It must look like: ```conferenceID = '#username1/$username2;c7cddac89532bab3'```

近期下载者

相关文件


收藏者