replace-bot/backup/google_parser/example_config.ini

32 lines
666 B
INI
Raw Normal View History

2022-02-16 18:13:44 +03:00
[Docs_Settings]
Document_ID = 123ABC
Config_folder = configs/
token_file = token.json
credentials_file = credentials.json
data_file = data.json
[Bot]
token = 123:JAKD
; None = Not used local telegram bot api server
; Example http://127.0.0.1:8888
telegram_bot_api_server = none
; True or False
use_webhook = false
ip = 127.0.0.1
port = 3001
; if you don`t use local TelegramBotAPI Server + WebHooks -> Set settings in bot.py
[Users]
;Uncomment this variable, if you use filters to users
;allowed_users = 0,1,2,3
admin_users = 0,1,2,3
[DataBase]
enable_logging = yes
database_link = sqlite:///db.sqlite3
[announcements]
;Seconds only/
time = 14400
;////////////