From 0a8dbf0698464d98c314182a376b6fd565ad10d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hauke=20Z=C3=BChl?= Date: Wed, 7 Jun 2017 20:27:41 +0200 Subject: [PATCH] Hint to example01 added --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3b98139..eb9eb2f 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,12 @@ To compile and install the lib: To use the library, you need: * libcurlpp * libjsoncpp + +You can use example01.cc to start your own bot or CGI script. + +Do not forget to send your web hook URL to Telegram's API network, +otherwise, you cannot send commands to your bot. + +In case you build a CGI script, do not forget to add a valid +certificate to your web server, because your bot is only called via +HTTPS!