项目作者: candlewill

项目描述 :
ChatScript Python Client
高级语言: Python
项目地址: git://github.com/candlewill/ChatScript_Client.git
创建时间: 2017-02-07T07:14:23Z
项目社区:https://github.com/candlewill/ChatScript_Client

开源协议:

下载


Simple Client for ChatScript

Here is an elementary python client. Perhaps would need to re-write using twisted if high performance is required, but should suffice for simple use cases.

Run

$ python chatclient.py -u username -b botname -s 127.0.0.1 -p 1024

  1. Options:
  2. -h, --help show this help message and exit
  3. -u USER user id, required
  4. -b BOTNAME which bot to talk to, if not specified, will use default bot
  5. -s SERVER chat server host name (default is 127.0.0.1)
  6. -p PORT chat server listen port (default is 1024)

Requirement

Python 3.5