forked from SVR666/SearchX-bot
-
Notifications
You must be signed in to change notification settings - Fork 44
/
app.json
41 lines (41 loc) · 1.22 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": "Drive Search Bot",
"description": "Search file inside the google drive",
"logo": "https://i.ibb.co/m6V57dy/ds.jpg",
"keywords": [
"telegram",
"bot",
"aria",
"python"
],
"repository": "https://github.com/devillD/Drive-Search-Bot.git",
"website": "https://github.com/devillD/Drive-Search-Bot/tree/master",
"success_url": "https://github.com/devillD/Drive-Search-Bot/tree/master/README.md",
"stack": "container",
"env": {
"BOT_TOKEN": {
"description": "The telegram bot token that you get from @BotFather.",
"required": true
},
"OWNER_ID": {
"description": "The Telegram user ID (not username) of the owner of the bot.",
"required": true
},
"TELEGRAPH_TOKEN": {
"description": "Generate using python3 generate_telegraph_token.py.",
"required": true
},
"CRED_URL": {
"description": "Credentials.json file direct url",
"required": true
},
"TOKEN_URL": {
"description": "token.pickle file direct url",
"required": true
},
"DRIVE_FILE": {
"description": "drive_folder file direct url",
"required": true
}
}
}