Template for setting up ixwebsocket and cmake for easily making your botris bot!
- OpenSSL (libssl-dev on debian!)
git clone <url> --recurse-submodules
If you forgot to install the submodule (IXWebSocket), do this in the git repo root dir:
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make -j4
And you're done!
- Set the environment variable BOTRIS_API_TOKEN to your bot token