Skip to content

strzelca/SklavaBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SklavaBot

Telegram Bot in C++ with TgBot

📜 Command:

  • /start : starts bot;
  • /help : print help message with command list;
  • /info : print informations about Compile System;
  • /ocr : Optical Character Recognition with Tesseract;
  • /metar <ICAO Code> : get METAR informations;

Requirements:

  • CMake
  • Ninja
  • GCC or Clang
  • CURL
  • Boost Lib
  • OpenSSL
  • JsonCpp
  • Tesseract
  • Leptonica

Compilation

./build.sh
# or
cmake -G Ninja . && ninja build

GPLv3 License