-
Notifications
You must be signed in to change notification settings - Fork 94
/
app.json
46 lines (42 loc) · 1.11 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
{
"name": "Auto Approove Bot",
"description": "Auto approove telegram group/channel join requests bot.",
"keywords": [
"Bot",
"Telegram ",
"Pyrogram "
],
"repository": "https://github.com/ImDenuwan/Auto-Approve-Bot",
"logo":"https://telegra.ph/file/a782e3bbbe40df8a4bb67.jpg",
"env": {
"API_ID": {
"description": "Enter your API_ID, get it from my.telegram.org/apps",
"required": true
},
"API_HASH": {
"description": "Enter your API_HASH, get it from my.telegram.org/apps",
"required": true
},
"BOT_TOKEN": {
"description": "Enter your Bot token, get it from @BotFather",
"required": true
},
"CHID": {
"description": "Enter your Force Subscribe channel ID",
"required": true
},
"FSUB": {
"description": "Enter your Force Subscribe channel Username without @",
"required": true
},
"SUDO": {
"description": "Enter Bot Owners IDS",
"required": true
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}