e8a72b3e02180f4a04408259e20bcb651ed2a5d5
This is the first "release". Use with care as not all features are implemented, though one can use the code for a little bot
LibTgBotPP
A simple Telegram Bot C++ library
Requirements
To compile, you just need a C++-Compiler and CMake and some libraries:
- libstdc++-dev
- libcurlpp-dev
- libjsoncpp-dev
and - of course - their dependencies.
To use the library, you need:
- libcurlpp
- libjsoncpp
Languages
C++
100%