forked from samadii/VidSubExtract-Bot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
32 lines (32 loc) · 755 Bytes
/
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
{
"name": "VidSubExtract-Bot",
"env": {
"API_ID": {
"description": "Add your telegram API_ID",
"value": ""
},
"API_HASH": {
"description": "Add your telegram API_HASH",
"value": ""
},
"SUBTITLE_LANG": {
"description": "Add the ISO 639-2 language code. List of language codes : https://en.m.wikipedia.org/wiki/List_of_ISO_639-2_codes",
"value": "eng"
},
"BOT_TOKEN": {
"description": "Your bot token, as a string.",
"value": ""
}
},
"buildpacks": [
{
"url": "https://github.com/samadii/heroku-buildpack-tesseract"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
},
{
"url": "heroku/python"
}
]
}