mirror of
https://github.com/UltraCoderRU/telebotxx.git
synced 2026-01-28 04:05:13 +00:00
Added basic README.
This commit is contained in:
parent
5eb0d10909
commit
1a4e3b8800
1 changed files with 8 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# telebotxx
|
||||||
|
Telegram Bot API 2.0 for C++14. It uses [Curl for People](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 Unit Test Framework (only for tests)
|
||||||
Loading…
Add table
Reference in a new issue