forked from bibee-emio/MedusaMusic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
56 lines (56 loc) · 1.55 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
{
"name":"Pariwarikmusic🎵",
"description":"A Telegram bot for Download songs in mp3 format from YouTube and Extract lyrics from Genius.com ❤️",
"keywords": [
"Python",
"Telegram-bot",
"Pyrogram",
"PyTube",
"Music-bot",
"Lyrics",
"Genius",
"heroku",
"Bibee-Emio"
],
"repository": "https://github.com/varun0521/MedusaMusic",
"logo":"https://telegra.ph/file/d5aa388f60d4b40f84eaa.jpg",
"stack":"heroku-20",
"image":"heroku/python",
"success_url":"https://t.me/MedusaMousikibot",
"env":{
"BOT_TOKEN":{
"description":"The bot token of your bot. You can get it from @BotFather Telegram",
"value":"",
"required":true
},
"API_HASH":{
"description":"Get your API Hash from https://my.telegram.org/auth",
"value":"",
"required":true
},
"API_ID":{
"description":"Get your API ID from https://my.telegram.org/auth",
"value":"",
"required":true
},
"GENIUS_API":{
"description":"Get your Genius API from https://docs.genius.com/",
"value":"",
"required":true
}
},
"buildpacks":[
{
"url":"heroku/python"
},
{
"url":"https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}