https://github.com/candlewill/chatscript_client
ChatScript Python Client
https://github.com/candlewill/chatscript_client
chatscript client
Last synced: 11 months ago
JSON representation
ChatScript Python Client
- Host: GitHub
- URL: https://github.com/candlewill/chatscript_client
- Owner: candlewill
- Created: 2017-02-07T07:14:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T09:04:59.000Z (over 9 years ago)
- Last Synced: 2025-07-07T20:07:17.714Z (12 months ago)
- Topics: chatscript, client
- Language: Python
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```
Options:
-h, --help show this help message and exit
-u USER user id, required
-b BOTNAME which bot to talk to, if not specified, will use default bot
-s SERVER chat server host name (default is 127.0.0.1)
-p PORT chat server listen port (default is 1024)
```
## Requirement
Python 3.5