aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
blob: cf73af64b4b24dc477bcea05baaf6096f56da0fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# N Telegram

## Prerequisites
You need [CPR](https://github.com/whoshuu/cpr) and [tgbot-cpp](https://github.com/reo7sp/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"