Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 517 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 517 Bytes

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