Telegram Bot API for C++14
Find a file
2016-10-04 03:07:48 +04:00
cmake Initial commit. 2016-09-26 00:07:49 +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 Removed RapidJSON headers. 2016-10-02 01:16:42 +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
README.md Added basic README. 2016-10-04 03:07:48 +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)