diff --git a/example_config.ini b/example_config.ini new file mode 100644 index 0000000..23251f5 --- /dev/null +++ b/example_config.ini @@ -0,0 +1,24 @@ +[bot] +name = BOT_NAME +avatar = http://viber.com/avatar.jpg +token = AUTH_TOKEN + +[webhook] +cert_folder = certs +cert = fullchain.pem +key = privkey.pem + +host = 0.0.0.0 +port = 7070 + +webhook_url = https://example.com:7070 + +[parser] +enable_parse = true +folder = ./data +file = data.json + +link = LINK + +admins = GET_ID_WITH_COMMAND_id +; send "id" to get your id