-
Notifications
You must be signed in to change notification settings - Fork 14
/
app.json
35 lines (35 loc) · 837 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
{
"name": "ffmpeg-videoencoder",
"description": "A Telegram Bot by @diablo_13N",
"keywords": [
"telegram",
"encode",
"video",
"bot"
],
"repository": "https://github.com/royal78/ffmpeg-videoencoder/",
"website": "https://t.me/diabl_13N",
"success_url": "https://t.me/baka_no_onii",
"env": {
"api_id": {
"description": "Get this value from my.telegram.org"
},
"api_hash": {
"description": "Get this value from my.telegram.org"
},
"bot_token": {
"description": "new bot from @BotFather XD"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}