Telegram Bot API for C++14
Find a file
2016-10-04 03:55:31 +03:00
doc Initial commit. 2016-09-26 00:07:49 +03:00
ext Removed RapidJSON headers. 2016-10-02 01:16:42 +03:00
include/telebotxx Add support for parse mode in messages. 2016-10-02 19:14:14 +03:00
src Add support for parse mode in messages. 2016-10-02 19:14:14 +03:00
tests Add support for parse mode in messages. 2016-10-02 19:14:14 +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
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 Added instructions about building. 2016-10-04 03:15:40 +04:00

telebotxx

Telegram Bot API 2.0 for C++14. It uses Curl for People 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