diff options
| author | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-07-18 22:12:06 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan-sebastian.tuomi@aalto.fi> | 2016-07-18 22:12:06 +0300 |
| commit | 01299118fa33236323500b532829680e99a9893c (patch) | |
| tree | d9a08850d498184b70b17c9647eed9e6cf4422af /bot.config | |
| parent | d954ed175de1dab5bda8c198bc8d7e0b2c552d01 (diff) | |
Add config parser and config file
Diffstat (limited to 'bot.config')
| -rw-r--r-- | bot.config | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
