forked from vasusen-code/VIDEOconvertor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
78 lines (78 loc) · 2.69 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": "e63f5284308097bc0e8751316dcfa48b"
},
"API_ID": {
"description": "Your API ID from my.telegram.org",
"value": "15135932"
},
"BOT_TOKEN": {
"description": "Bot token, get it from @BotFather.",
"value": "5429387523:AAE5Io8Xj_CxMX7zHTw5EXOc87NslGnR3PA"
},
"AUTH_USERS": {
"description": "Bot owner's UserID.",
"value": "5201479132"
},
"HEROKU_API": {
"description": "Your heroku app name(optional, add only if you want to restart directly from tg.",
"value": "b259ae92-a2ac-41fa-9e52-6394bfd0bf88",
"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": "zrenamem",
"required": false
},
"LOG_CHANNEL": {
"description": "Log channel username, without using '@'.",
"value": "logsdata"
},
"LOG_ID": {
"description": "Log channel `ID` (Should be Public)",
"value": "1677340379"
},
"ACCESS_CHANNEL": {
"description": "Private group id to spy users.(Should be public group)",
"value": "885221875"
},
"MONGODB_URI": {
"description": "Your mongodb url here.",
"value": "mongodb+srv://Rt09123:Rt09123@cluster0.ptlxj1g.mongodb.net/cluster0?retryWrites=true&w=majority"
},
"FORCESUB": {
"description": "Channel id to which u want user be force subcribed.(Should be public)",
"value": "1378400535"
},
"FORCESUB_UN": {
"description": "Forcesub channel's username.",
"value": "@Telly_Botz"
},
"BOT_UN": {
"description": "Username of your bot.",
"value": "@Tellyrenameobot"
}
},
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
]
}