-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathapps.json
51 lines (51 loc) · 1.27 KB
/
apps.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
{
"name": "chstockbot",
"description": "chstock Telegram Bot",
"keywords": [
"telegram",
"bot",
"telegram_bot",
"music",
"youtube",
"soundcloud",
"mixcloud",
"youtube-dl",
"python"
],
"repository": "https://github.com/HDCodePractice/chstockbot",
"logo": "https://avatars.githubusercontent.com/u/59294144?s=200&v=4",
"env": {
"API_ID": {
"description": "api_id part of your Telegram API Key from my.telegram.org/apps",
"required": true
},
"API_HASH": {
"description": "api_hash part of your Telegram API Key from my.telegram.org/apps",
"required": true
},
"BOT_TOKEN": {
"description": "Bot token get from BotFather https://t.me/BotFather",
"required": true
},
"ARQ_API_KEY": {
"description": "ARQ API Key",
"required": true
},
"BOT_ID": {
"description": "Bot Username",
"required": true
},
"DURATION_LIMIT": {
"description": "Music Duration Limit",
"required": true
}
},
"buildpacks": [
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "heroku/python"
}
]
}