TelegramPoster/config.json

54 lines
1.0 KiB
JSON

{
"module": null,
"bot": {
"api_id": 0,
"api_hash": "",
"bot_token": ""
},
"reports": {
"admin": 0,
"sent": false,
"error": true,
"startup": true,
"shutdown": true
},
"locations": {
"data": "data",
"queue": "data/queue",
"sent": "data/sent",
"index": "data/index.json"
},
"posting": {
"channel": 0,
"silent": false,
"move_sent": false,
"extensions": {
"photo": [
"jpg",
"png",
"gif"
],
"video": [
"mp4",
"avi",
"mkv",
"webm"
]
},
"time": [
"08:00",
"10:00",
"12:00",
"14:00",
"16:00",
"18:00",
"20:00",
"22:00"
]
},
"caption": {
"enabled": false,
"text": "sample text",
"link": null
}
}