-
Notifications
You must be signed in to change notification settings - Fork 3
/
app.json
37 lines (36 loc) · 1.14 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
{
"name": "TDSearchBot",
"description": "Telegram Bot Which Search Files From Our G-Drive",
"logo": "https://telegra.ph/file/e15e9ac9c5885b015e3ab.jpg",
"keywords": [
"telegram",
"bot",
"drive",
"python"
],
"repository": "https://github.com/mr-U-I1/TDSearchBot.git",
"website": "https://github.com/mr-U-I1/TDSearchBot/tree/master",
"success_url": "https://github.com/mr-U-I1/TDSearchBot/blob/master/README.md",
"stack": "container",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable webhooks when in env mode",
"value": "ANYTHING"
},
"BOT_TOKEN": {
"description": "The telegram bot token that you get from @BotFather.",
"value": "",
"required": true
},
"OWNER_ID": {
"description": "The Telegram user ID (not username) of the owner of the bot.",
"value": "",
"required": true
},
"TELEGRAPH_TOKEN": {
"description": "Open this link to generate telegraph token ==> https://telegraph-token.sonywegas.repl.run",
"value": "",
"required": true
}
}
}