aboutsummaryrefslogblamecommitdiffstats
path: root/readme.md
blob: 7d90011da9df0c7c4f9fb4dd4cbd16e33ad67694 (plain) (tree)
1
2
3
4
5
            
 
                
                                                                                                                                      
 













                                                     

    
# 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 somthing like this:
    
    [telegram]
    apikey="insert Key here"
    
    [n_core]
    adress="host:port"