forked from SpEcHiDe/TerminalBot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
92 lines (92 loc) · 2.43 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "FFMpegBot",
"description": "A FFMpeg Wrapper inside @Telegram",
"keywords": [
"telegram",
"best",
"indian",
"ffmpeg",
"bot",
"3",
"plugin",
"modular",
"productivity"
],
"repository": "https://github.com/SpEcHiDe/FFMpegBot",
"success_url": "https://telegram.dog/SpEcHlDe",
"website": "https://github.com/SpEcHiDe/FFMpegBot",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable env mode",
"value": "ANYTHING"
},
"APP_ID": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"TG_BOT_TOKEN": {
"description": "You can create a bot using @BotFather",
"value": ""
},
"AUTH_USERS": {
"description": "You can create a bot using @BotFather",
"value": "7351948 -1001220993104"
},
"TG_UPDATE_WORKERS_COUNT": {
"description": "Number of workers to use. `1` is the recommended amount see for yourself what works best!",
"required": false
},
"TMP_DOWNLOAD_DIRECTORY": {
"description": "This is required for the plugins involving the file system.",
"required": false
},
"EVAL_CMD_TRIGGER": {
"description": "EVAL command trigger",
"required": false
},
"EXEC_CMD_TRIGGER": {
"description": "EXEC command trigger",
"required": false
},
"SIG_KILL_CMD_TRIGGER": {
"description": "KILL command trigger",
"required": false
},
"TERMINATE_CMD_TRIGGER": {
"description": "TERMINATE command trigger",
"required": false
},
"DELAY_BETWEEN_EDITS": {
"description": "delay between edits, should be an integer",
"required": false
},
"TYPE_CMD_TRIGGER": {
"description": "TYPE command trigger",
"required": false
}
},
"addons": [],
"buildpacks": [{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}, {
"url": "https://github.com/viperadnan-git/heroku-buildpack-nano"
}, {
"url": "https://github.com/viperadnan-git/heroku-buildpack-rclone"
}, {
"url": "https://github.com/viperadnan-git/heroku-buildpack-aria2"
}, {
"url": "https://github.com/viperadnan-git/heroku-buildpack-zip"
}, {
"url": "heroku/python"
}],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}