/botcpp

A C++ chatbot for Webservers ( Apache, IIS ) to demonstrate the integration technologies

botcpp

A C++ bot implemented in CGI which demonstrates the integration technologies of CGI archictecture. The project example uses Apache as webserver, but can be executed in any CGI enabled webserver.

Getting Started

Requirements

Build and Run

  • Clone this project & enter: git clone ... && cd botcpp
  • Build: make
  • Configure Apache ( on the example ) to execute cgi
    • asdasd