2022-02-16 18:13:44 +03:00
|
|
|
[Docs_Settings]
|
|
|
|
Document_ID = 123ABC
|
|
|
|
Config_folder = configs/
|
|
|
|
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
|
|
|
|
|
2022-10-09 21:25:37 +03:00
|
|
|
link = https://example.com/parse_me
|
2023-03-30 08:57:14 +03:00
|
|
|
chat_id = 1234
|
|
|
|
; For feedback
|
2022-10-09 21:25:37 +03:00
|
|
|
|
2022-02-16 18:13:44 +03:00
|
|
|
[Users]
|
|
|
|
;Uncomment this variable, if you use filters to users
|
|
|
|
;allowed_users = 0,1,2,3
|
|
|
|
admin_users = 0,1,2,3
|
2023-02-03 00:10:35 +03:00
|
|
|
exclude = 1,2,3
|
2022-02-16 18:13:44 +03:00
|
|
|
|
|
|
|
[DataBase]
|
|
|
|
enable_logging = yes
|
|
|
|
database_link = sqlite:///db.sqlite3
|
|
|
|
|
|
|
|
[announcements]
|
|
|
|
;Seconds only/
|
|
|
|
time = 14400
|
|
|
|
;////////////
|
2023-03-30 08:57:14 +03:00
|
|
|
|
|
|
|
|
|
|
|
[payment]
|
|
|
|
payment_link = https://send.monobank.ua/jar/7nXV3s5Txd
|
|
|
|
card_number = 5375411204430461
|