-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
67 lines (64 loc) · 2.33 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
{
"name": "Telegram group manager Oristella bot",
"description": "The Oristella is an all in one group management bot made for managing your group effectively with some advance security tools & Suit For All Your Needs ❤️",
"repository": "https://github.com/lalrochhara/Oristella",
"logo": "https://i.ibb.co/yRkQVnm/203605945-beautiful-girl-with-long-hair-in-fairy-forest-3d-rendering.jpg",
"keywords": [
"python3",
"telegram",
"bot",
"mongodb",
"Group-Manager-bot",
"pyrogram"
],
"website": "https://Oristella.github.io",
"success_url": "https://t.me/dOristellaBot",
"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
},
"API_ID1": {
"description": "Same as API_ID (multi-client)",
"required": true
},
"API_HASH1": {
"description": "Same as API_HASH (multi-client)",
"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
},
"BASE_DB": {
"description": "Get From Here.https://www.mongodb.com/ (Same as MONGO_URL but give differant value for this) ",
"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
},
"COMMAND_PREFIXES": {
"description": "now you can set custom command handler for Oristella like : / ! ,",
"required": true
}
}
}