Go to file
2017-06-07 20:36:32 +02:00
doc/html Changed Doxyfile 2017-06-06 14:50:04 +02:00
examples Added a simple Telegram client 2017-06-07 20:36:32 +02:00
include/Telegram Sending files by file name 2017-06-07 15:15:23 +02:00
src Sending files by file name 2017-06-07 15:15:23 +02:00
.gitignore Added patterns 2016-05-04 14:04:28 +02:00
CMakeLists.txt Fixed CMakeLists 2016-05-03 09:19:14 +02:00
Doxyfile Changed Doxyfile 2017-06-06 14:50:04 +02:00
LICENSE Initial commit 2016-04-29 19:33:05 +02:00
README.md Added information to README 2016-09-13 15:16:24 +02:00
tgbotpp.pc Fixed typos, added pkgconfig file 2016-04-30 08:30:21 +02:00

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 compile and install the lib:

  • mkdir build
  • cd build/
  • cmake ../
  • make
  • sudo make install
  • sudo ldconfig

To use the library, you need:

  • libcurlpp
  • libjsoncpp