-
Notifications
You must be signed in to change notification settings - Fork 129
Expand file tree
/
Copy pathapp.json
More file actions
46 lines (46 loc) · 1.57 KB
/
app.json
File metadata and controls
46 lines (46 loc) · 1.57 KB
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
{
"name": "Advance Compressor Bot",
"description": "Telegram File Compressor Bot ",
"logo": "https://graph.org/file/f118d554265c3e339c84f.jpg",
"keywords": ["Encoder Bot", "Mongo DB", "Telegram","python", "Video","Compressor","Encoder"],
"repository": "https://github.com/Snowball-0/SnowEncoderBot",
"success_url": "",
"stack": "container",
"env": {
"API_ID": {
"description": "Your APP ID From my.telegram.org ",
"value": "",
"required": true
},
"API_HASH": {
"description": "Your API Hash From my.telegram.org ",
"value": "",
"required": true
},
"FORCE_SUB": {
"description": "Your force sub channel user name without [@] ",
"value": "",
"required": true
},
"BOT_TOKEN": {
"description": "Your Bot Token From @BotFather",
"value": "",
"required": true
},
"ADMIN": {
"description":"Add Your User ID multiple is use space to split",
"value": "",
"required": true
},
"LOG_CHANNEL": {
"description":"Bot Log Sending Channel (just create a private channel and add bot to admin and take channel id to add this variable) ⚠️ id startswith -100 must",
"value": "",
"required": true
},
"DB_URL": {
"description": "Your Mongo DB URL Obtained From mongodb.com",
"value": "",
"required": true
}
}
}