-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathapp.json
52 lines (52 loc) · 1.68 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
{
"name": "Yukinon Robot",
"description": "Advanced Telegram Group Management Bot made for managing your group effectively with some advance security tools & Suit For All Your Needs ❤️",
"repository": "https://github.com/TechShreyash/Yukinon_Robot",
"logo": "https://telegra.ph/file/444b2604da3866b52768f.jpg",
"keywords": [
"python3",
"yukinon"
"telegram",
"bot",
"mongodb",
"Group-Manager-bot",
"pyrogram"
],
"success_url": "https://t.me/Yukinon_Robot",
"stack": "container",
"env": {
"BOT_TOKEN": {
"description": "Telegram bot token get it from @BotFather",
"required": true
},
"API_ID": {
"description": "API_ID of your Telegram Account my.telegram.org/apps",
"required": true
},
"API_HASH": {
"description": "API_HASH of your Telegram Account my.telegram.org/apps",
"required": true
},
"LOG_GROUP_ID": {
"description": "For logs channel to note down important bot level events, recommend to make this public. ex: '-123456'",
"required": true
},
"MONGO_URL": {
"description": "Get From Here.https://www.mongodb.com/",
"required": true
},
"ARQ_API_URL": {
"description": "Don't change this value",
"value": "https://arq.hamker.in",
"required": true
},
"ARQ_API_KEY": {
"description": "Get this from @ARQRobot.",
"required": true
},
"OWNER_ID": {
"description": "User ID Of The Owner Of Bot",
"required": true
}
}
}