-
Notifications
You must be signed in to change notification settings - Fork 30
/
app.json
26 lines (26 loc) · 824 Bytes
/
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
{
"name" : "Music downloader bot",
"description" : "A telegram bot that can send you high-quality audio ",
"repository" : "https://github.com/anishgowda21/Music-downloader-bot",
"keywords" : ["music" , "telegram" , "telegram bot", "python","jiosaavn"],
"env" : {
"BOT_TOKEN" : {
"description" : "Enter your telegram bot token",
"value" : ""
},
"APP_NAME" : {
"description" : "Enter your heroku app name",
"value" : ""
},
"API_APP_URL" :{
"description" : "Enter your api url note please include '/' at the end",
"value" : ""
}
},
"buildpacks": [{
"url" : "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},{
"url" : "heroku/python"
}
]
}