forked from Mrvishal2k2/TG-RenameBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
59 lines (59 loc) · 1.41 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
59
{
"name": "TG-RenameBot",
"description": "Telegram's best Rename Bot. Create your Fork now.",
"keywords": [
"telegram",
"best",
"Rename",
"Convert",
"Caption"
],
"website": "https://github.com/mrvishal2k2",
"repository": "https://github.com/mrvishal2k2/TG-RenameBot/tree/main",
"logo": "https://telegra.ph//file/b3461e7795bb258688623.jpg",
"env": {
"TG_BOT_TOKEN": {
"description": "Your bot token, Get it from @Botfather.",
"value": ""
},
"APP_ID": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"OWNER_ID": {
"description": "Owner userid to use for getting logs..",
"value": ""
},
"OWNER_USERNAME": {
"description": "(Optional)Owners username to use at start msg button..",
"required": false
},
"CUSTOM_CAPTION": {
"description": "(Optional)Custom caption to be added after file name in caption",
"required": false
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
],
"buildpacks": [{
"url": "heroku/python"
}, {
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}