Skip to content

lplnufpi/chatscript_server_connector

Repository files navigation

ChatScript Server Connector

ChatScript server receives TCP messages in its own protocol (see ChatScript Protocol). Thus, this code was created to simplify messaging between client and CS Server, and abstract the CS Protocol operation.

How to use

You can use like shown below just creating the connection with the username, or specify botname, ip and port.

from cs_connector import CSConnection
conn = CSConnection('username')
msg = conn.send('Hello')
print(msg)

About

Program to connect and send messages to ChatScript server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages