Home
Name Modified Size InfoDownloads / Week
C+ChatBotV0.0.3.zip 2024-04-19 116.5 kB
C+ChatBotV0.0.2.tar.gz 2024-04-19 123.2 kB
C+ChatBotV0.0.1.tar.gz 2024-04-19 122.8 kB
README.txt 2024-04-19 1.4 kB
Totals: 4 Items   363.9 kB 0
C++ Chat Bot for Mint Copyright (C) 2024 Scott Brown

To use this script from the command prompt type "./chatbot" where PATH is the location of the script and VERSION is the appropriate version of the script

Inquiries can be sent to the Source Forge page the code was donloaded from.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
http://www.gnu.org/licenses/gpl-3.0.html

This script adds software from repositories which are not under its control.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

No Warranty or guarantee of suitability exists for this software
Use at your own risk. The author is not responsible if your system breaks.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

To make the chatbot compile any new changes run:
g++ -std=c++11 -o chatbot chatbot.cpp -ljsoncpp
On linux.

To run the chat bot open a terminal and cd into the directory the /chatbot is in.
Once in the directory run:
./chatbot

Enjoy!
Source: README.txt, updated 2024-04-19