-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathapp.json
More file actions
51 lines (49 loc) · 1.34 KB
/
Copy pathapp.json
File metadata and controls
51 lines (49 loc) · 1.34 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
47
48
49
50
51
{.
"name": "Rkn Auto Request Approove Bot",
"description": "Auto approove telegram group/channel join requests bot.",
"keywords": [
"Bot",
"Telegram ",
"Pyrogram "
],
"repository": "https://github.com/RknDeveloper/Rkn_Auto-Request-Approve-bot",
"logo":"https://graph.org/file/e846f9375e9d4f4975ce4.jpg",
"env": {
"API_ID": {
"description": "Enter your API_ID, get it from http://t.me/ApiScrapManBot",
"required": true
},
"API_HASH": {
"description": "Enter your API_HASH, get it from http://t.me/ApiScrapManBot",
"required": true
},
"BOT_TOKEN": {
"description": "Enter your Bot token, get it from @BotFather",
"required": true
},
"FORCE_SUB": {
"description": "Enter your Force Subscribe chat id.",
"required": "-1001819787652"
},
"LOG_CHANNEL": {
"description": "Enter your log channel id ",
"required": true
},
"DB_URL": {
"description": "Enter your mongodb url..",
"required": true
},
"DB_NAME": {
"description": "Enter your mongodb cluster name.",
"required": "Rkn_Auto_Aprove_Bot"
},
"ADMIN": {
"description": "Enter Bot Owners IDS",
"required": true}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}