Skip to content

Releases: ifreitas/Pinky

Key features

11 Mar 14:09
8e117f8
Compare
Choose a tag to compare

This release allows you to:

  • Deploy new bots to Pinky by simply past them into pinky-<version>/bots dir.
  • Chat with them through the URL pattern:
    http://<pinky_server_address>[:port]/chat/<your_bot_name>/<some_chat_session_id>
    Example:
    curl -d "text=test" -X POST http://localhost:9000/chat/sample/1
  • Setup the server http port
  • Setup the allowed hosts to access Pinky