-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathapp.json
49 lines (47 loc) · 1 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
{
"name": "HB EXTENSION BOT",
"description": "HB TEST TO FILE BOT",
"keywords": [
"FILE",
"TEXT",
"EXTENSION",
"HB"
],
"logo": "https://telegra.ph/file/e8a39b06fabbfac6bce8f.jpg",
"repository": "https://github.com/hbbots/TEXT-TO-FILE-BOT",
"env": {
"WEBHOOK": {
"description": "LEAVE IT",
"value": "ANYTHING"
},
"CAPTION": {
"description": "ADD ANY TEXT ",
"value": "",
"required": false
},
"WATERMARK": {
"description": "ADD ANY TEXT ",
"value": "",
"required": false
},
"BOT_TOKEN": {
"description": "YOUR BOT TOKEN FROM @BotFather",
"value": ""
},
"API_ID": {
"description": "YOUR API ID, USE @TeleORG_Bot ",
"value": ""
},
"API_HASH": {
"description": "YOUR API HASH, USE @TeleORG_Bot ",
"value": ""
}
},
"addons": [
],
"buildpacks": [
{
"url": "https://github.com/DX-MODS/heroku-buildpack-ffmpeg-latest.git"
}
]
}