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