forked from mohdsabahat/sub-muxer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
38 lines (38 loc) · 753 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
33
34
35
36
37
38
{
"name": "Sub-Muxer",
"description": "Telegram bot to mux subtitles with the video",
"keywords": [
"telegram-bot",
"subtitles",
"muxing"
],
"repository": "https://github.com/mohdsabahat/sub-muxer",
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"env": {
"BOT_TOKEN": {
"description": "Telegram bot token. get it from botfather"
},
"API_HASH": {
"description": "API Hash of your app"
},
"APP_ID": {
"description": "App Id of your app."
},
"ALLOWED_USERS": {
"description": "User id of users seperated by a comma allowed to use the bot."
}
},
"buildpacks": [
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
},
{
"url": "heroku/python"
}
]
}