Go to file
heck c54954a45a Formatting using clang-format 2021-09-24 22:33:12 +02:00
cmake add toxbot files 2014-09-03 18:12:55 +02:00
.clang-format Formatting using clang-format 2021-09-24 22:33:12 +02:00
.gitignore Formatting using clang-format 2021-09-24 22:33:12 +02:00
CMakeLists.txt add toxbot files 2014-09-03 18:12:55 +02:00
LICENSE Initial commit 2014-09-03 17:20:52 +02:00
Makefile Add Makefile 2021-09-24 22:28:56 +02:00
README.md Update README.md 2014-09-07 12:35:37 +02:00
toxbot.c Formatting using clang-format 2021-09-24 22:33:12 +02:00

README.md

Toxbot

This chatbot accepts friend requests and invites friends to a groupchat. It logs the groupchat and sends the log on command to a friend.

Inbuild commands:
'help' : display commands
'invite' : invites to groupchat
'log' : sends log
'log n' : sends log with n lines

Install guide
Change to any folder in your home directory and enter following commands in your terminal.

git clone https://github.com/stwunsch/toxbot.git // clone this repository
cd toxbot/
mkdir build // make build folder
cd build/
cmake ../ // build makefiles
make // build toxbot
./Toxbot // run toxbot