-
Notifications
You must be signed in to change notification settings - Fork 534
/
app.json
75 lines (75 loc) · 2.17 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "VideoCompressBot",
"description": "Telegram's best Video Compress Bot",
"logo": "https://telegra.ph/file/b687febf32e4d583fb1d4.jpg",
"keywords": [
"telegram",
"best",
"video",
"compress",
"bot"
],
"success_url": "https://t.me/linux_repo",
"website": "https://t.me/Discovery_Updates",
"repository": "https://github.com/AbirHasan2005/VideoCompress",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable VARs when in ENV mode",
"value": "ANYTHING"
},
"SESSION_NAME": {
"description": "Keep this default",
"value": "AHCompressBot",
"required": true
},
"DATABASE_URL": {
"description": "Your MongoDB URL for Database. Ask in Support Group: https://t.me/linux_repo",
"value": "",
"required": true
},
"TG_BOT_TOKEN": {
"description": "Your bot token, as a string. Get this from @BotFather",
"value": "",
"required": true
},
"APP_ID": {
"description": "Get this value from https://my.telegram.org",
"value": "",
"required": true
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": "",
"required": true
},
"AUTH_USERS": {
"description": "Allow only pre-defined users to use this bot as Sudo User. Separate with Space. Just for using Admin Commands.",
"value": "715779594",
"required": false
},
"FINISHED_PROGRESS_STR": {
"description": "Should be a single character.",
"required": false
},
"UN_FINISHED_PROGRESS_STR": {
"description": "Should be a single character.",
"required": false
},
"BOT_USERNAME": {
"description": "Your Bot Username. Without `@` before Username!",
"value": "",
"required": true
},
"LOG_CHANNEL": {
"description": "Your Bot's Log Channel's Username. For Help ask in @linux_repo",
"value": "",
"required": true
},
"UPDATES_CHANNEL": {
"description": "Do Force Sub! Add your Channel username which you want to do Force Sub. Read README.md file first!",
"value": "",
"required": false
}
},
"stack": "container"
}