-
Notifications
You must be signed in to change notification settings - Fork 885
/
app.json
78 lines (78 loc) · 2.4 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "VideoConvertor",
"description": "A stable and Fast telegram video convertor bot which can compress, convert(video into audio and other video formats), rename and trim.",
"logo": "",
"keywords": [
"Best",
"telegram",
"compressor",
"bot"
],
"repository": "https://github.com/vasusen-code/VideoConvertor",
"website": "",
"success_url": "https://t.me/DroneBots",
"env": {
"API_HASH": {
"description": "Your API HASH from my.telegram.org",
"value": ""
},
"API_ID": {
"description": "Your API ID from my.telegram.org",
"value": ""
},
"BOT_TOKEN": {
"description": "Bot token, get it from @BotFather.",
"value": ""
},
"AUTH_USERS": {
"description": "Bot owner's UserID.",
"value": ""
},
"HEROKU_API": {
"description": "Your heroku app name(optional, add only if you want to restart directly from tg.",
"value": "",
"required": false
},
"HEROKU_APP_NAME": {
"description": "Your heroku api, you can get it from heroku account settings(optional, add only if you want to restart directly from tg.",
"value": "",
"required": false
},
"LOG_CHANNEL": {
"description": "Log channel username, without using '@'.",
"value": ""
},
"LOG_ID": {
"description": "Log channel `ID` (Should be Public)",
"value": ""
},
"ACCESS_CHANNEL": {
"description": "Private group id to spy users.(Should be public group)",
"value": ""
},
"MONGODB_URI": {
"description": "Your mongodb url here.",
"value": ""
},
"FORCESUB": {
"description": "Channel id to which u want user be force subcribed.(Should be public)",
"value": ""
},
"FORCESUB_UN": {
"description": "Forcesub channel's username.",
"value": ""
},
"BOT_UN": {
"description": "Username of your bot.",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
]
}