aboutsummaryrefslogtreecommitdiffstats

N Telegram

Prerequisites

You need CPR and tgbot-cpp installed as shown in their pages.

Building

mkdir build
cd build
cmake ..
make -j6

Config

Your config.toml file should look something like this:

[telegram]
apikey="insert Key here"

[n_core]
adress="host:port"