From 1a4e3b88005a7a928bcbb11b326b59c2b353bb0f Mon Sep 17 00:00:00 2001 From: Kirill Kirilenko Date: Tue, 4 Oct 2016 03:07:48 +0400 Subject: [PATCH] Added basic README. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6780d11 --- /dev/null +++ b/README.md @@ -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)