Telegram Bot API for C++14
Find a file
2016-11-11 16:43:46 +03:00
doc Initial commit. 2016-09-26 00:07:49 +03:00
ext Updated C++ Requests. 2016-11-11 16:43:46 +03:00
include/telebotxx Fixed previous commit. 2016-11-10 20:44:50 +03:00
src Rewritten sendMessage function, which is now variadic templated. 2016-11-10 20:37:29 +03:00
tests Rewritten sendMessage function, which is now variadic templated. 2016-11-10 20:37:29 +03:00
.gitignore Added curlpp. 2016-09-27 03:24:51 +03:00
.gitmodules Removed RapidJSON headers. 2016-10-02 01:16:42 +03:00
.travis.yml Added installation of dependencies. 2016-10-05 13:26:11 +03:00
CMakeLists.txt Fixed typo. 2016-10-04 03:55:31 +03:00
configure Configure script added. 2016-09-26 14:10:47 +03:00
Doxyfile Initial commit. 2016-09-26 00:07:49 +03:00
LICENSE Added LICENSE. 2016-10-04 03:30:06 +04:00
README.md Fixed title of submodule. 2016-10-05 14:55:38 +04:00

telebotxx

Build Status

Telegram Bot API 2.0 for C++14. It uses C++ Requests library to perform HTTP requests and RapidJSON to work with JSON data. In development, so you are welcome to contribute.

Requirements

  • C++14-compatible compiler
  • CMake 2.8 or newer
  • Boost Unit Test Framework (only for tests)

Building

You can set available options in CMakeLists.txt before running configure script.

git submodule update --init --recursive
./configure
make