mirror of
https://github.com/UltraCoderRU/telebotxx.git
synced 2026-01-28 04:05:13 +00:00
19 lines
679 B
Markdown
19 lines
679 B
Markdown
# telebotxx
|
|
[](https://travis-ci.org/UltraCoderRU/telebotxx)
|
|
|
|
Telegram Bot API 2.0 for C++14. It uses [C++ Requests](https://github.com/whoshuu/cpr) library to perform HTTP requests and [RapidJSON](https://github.com/miloyip/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 1.54+
|
|
* Boost Unit Test Framework (only for tests)
|
|
|
|
## Building
|
|
*You can set available options in CMakeLists.txt before running configure script.*
|
|
```bash
|
|
git submodule update --init --recursive
|
|
./configure
|
|
make
|
|
```
|