forked from VJBots/VJ-AutoCaption-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
43 lines (43 loc) · 1.12 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
{
"name": "VJ-AutoCaption-Bot",
"description": "Auto Caption BoT V1 @KingVJ01",
"logo": "https://graph.org/file/a3a93ffb7283578499cce.jpg",
"keywords": [
"Private",
"Auto",
"Caption",
"Bot"
],
"website": "https://youtube.com/@Tech_VJ",
"repository": "https://github.com/VJBots/VJ-AutoCaption-Bot",
"success_url": "https://youtube.com/@Tech_VJ",
"env": {
"app_id": {
"description": "Your APP ID From my.telegram.org",
"value": ""
},
"api_hash": {
"description": "Your API Hash From my.telegram.org",
"value": ""
},
"bot_token": {
"description": "Your Bot Token From @BotFather",
"value": ""
},
"custom_caption": {
"description": "Caption Text. use {file_name} to get original file name",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "eco"
}
}
}