-
Notifications
You must be signed in to change notification settings - Fork 254
/
app.json
32 lines (32 loc) · 1.08 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "TGVid-Comp",
"description": "A telegram video encoder.",
"logo": "https://telegra.ph/file/3ca32c39654a059500708.jpg",
"keywords": ["Telegram","python", "Video","Compressor","Encoder"],
"repository": "https://github.com/Zylern/TGVid-Comp",
"success_url": "",
"stack": "container",
"env": {
"APP_ID": {
"description": "You api id get it from my.telegram.org or @apiScrapperRoBot",
"value": ""
},
"API_HASH": {
"description": "You api hash get it from my.telegram.org or @apiScrapperRoBot.",
"value": ""
},
"BOT_TOKEN": {
"description": "Make a bot from @BotFather and enter it's api token",
"value": ""
},
"OWNER": {
"description": "Put ids of user which can access the bot e.g 123456789",
"value": ""
},
"THUMBNAIL": {
"description": "Put Link of any picture.",
"value": "https://telegra.ph/file/f9e5d783542906418412d.jpg",
"required": false
}
}
}