forked from ZEROTH-LORD/Sigma-Rename-Bot
-
Notifications
You must be signed in to change notification settings - Fork 5
/
app.json
87 lines (77 loc) · 2.02 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
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "Era Renamer Bot",
"description": "Telegram File Renaming Bot With Metadata Feature ",
"logo": "https://telegra.ph/file/0a5bc7f3038524d540bf6.jpg",
"keywords": [
"Renamer Bot",
"Mongo DB",
"Telegram",
"Bot",
"Rename",
"File Rename",
"Sigma",
"Rename",
"Snowball",
"Snowball-01"
],
"repository": "https://github.com/Miko756/Sigma-Rename-Bot",
"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
},
"BOT_TOKEN": {
"description": "Your Bot Token From @BotFather",
"value": "",
"required": true
},
"STRING_API_ID": {
"description": "Your Premium Account API ID",
"value": "",
"required": false
},
"STRING_API_HASH": {
"description": "Your Premium Account API HASH",
"value": "",
"required": false
},
"STRING_SESSION": {
"description": "Your Premium Account SESSION STRING Generate through this bot @SnowStringGenBot",
"value": "",
"required": false
},
"FORCE_SUB": {
"description": "Your force sub channel user name without [@] ",
"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
},
"START_PIC": {
"description": "Your Bot start cmd Pic from @HK_telegraph_BOT",
"value": "",
"required": false
}
}
}