This is the first "release". Use with care as not all features are implemented, though one can use the code for a little bot  | 
			||
|---|---|---|
| doc/html | ||
| examples | ||
| include/Telegram | ||
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Doxyfile | ||
| LICENSE | ||
| README.md | ||
| tgbotpp.pc | ||
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