From 01299118fa33236323500b532829680e99a9893c Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 18 Jul 2016 22:12:06 +0300 Subject: Add config parser and config file --- bot.config | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bot.config (limited to 'bot.config') diff --git a/bot.config b/bot.config new file mode 100644 index 0000000..0dcad5d --- /dev/null +++ b/bot.config @@ -0,0 +1,5 @@ +[GENERAL] +TelegramBotToken=DEFAULT_TOKEN_123 +ShoutboxApiUrl=http://127.0.0.1:8000 +TelegramChatID=123 +ApiCallInterval=5 \ No newline at end of file -- cgit v1.3