-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapp.json
58 lines (57 loc) · 1.78 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
{
"name": "LD_Meta_bot",
"description": "A Telegram bot for rebuilding Libdrive Metadata",
"logo": "",
"keywords": [
"bot",
"telegram",
"python"
],
"repository": "https://github.com/shrey2199/LD_Meta_bot",
"website": "https://github.com/shrey2199/LD_Meta_bot",
"success_url": "https://t.me/s_rawal",
"env": {
"BOT_TOKEN": {
"description": "The telegram bot token that you get from @BotFather.",
"required": true
},
"BOT_USERNAME": {
"description": "The Username of Bot without '@'.",
"required": true
},
"SECRET": {
"description": "Your Libdrive Settings SECRET.",
"required": true
},
"LD_DOMAIN": {
"description": "Your Libdrive Domain without https:// or http://",
"required": true
},
"ADMIN_IDS": {
"description": "The Telegram User ID of the Owner of the Bot. Get it by using /info in @MissRose_bot.",
"required": true
},
"GROUP_IDS": {
"description": "The Group IDs where The Bot will be Added.",
"required": false
},
"GROUP_CMDS": {
"description": "The Commands Usable by Everyone in Group Seperated by Spaces.",
"required": false,
"value":"search find m3u8"
},
"PIC": {
"description": "The Picture You want to appear when start command is used.",
"required": false
},
"HEROKU_APP_NAME": {
"description": "The Name Of Heroku Lidrive App.",
"required": false
},
"HEROKU_API_KEY": {
"description": "The API Key of Heroku Account where Libdrive is set up.",
"required": false
}
},
"stack": "container"
}