-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
41 lines (41 loc) · 1.31 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
{
"name": "Telegram Gdrive Search Bot",
"description": "A Telegram Gdrive Search Bot",
"keywords": [
"telegram",
"gdrive",
"search",
"bot"
],
"repository": "https://github.com/OdierBambi/GdriveSearcherBot",
"website": "https://github.com/OdierBambi/GdriveSearcherBot",
"success_url": "https://github.com/OdierBambi/GdriveSearcherBot",
"env": {
"API_ID": {
"description": "Get this value from my.telegram.org or @TeleORG_Bot"
},
"API_HASH": {
"description": "Get this value from my.telegram.org or @TeleORG_Bot"
},
"BOT_TOKEN": {
"description": "Get this from @BotFather XD"
},
"RESULTS_COUNT": {
"description": "Number of results to show, 4 is better",
"value": "4"
},
"SUDO_CHATS_ID": {
"description": "Put Sudo Chat IDs. Separate with Space."
},
"DRIVE_NAME": {
"description": "Drive Folder Names. Separate with comma(,)"
},
"DRIVE_ID": {
"description": "Gdrive Folder IDs. Separate with Space."
},
"INDEX_URL": {
"description": "Index Links. Separate with Space."
}
},
"stack": "container"
}