-
Notifications
You must be signed in to change notification settings - Fork 4
/
app.json
44 lines (44 loc) · 1.14 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
{
"name": "Vc-Telegram-Userbot",
"description": "Telegram Voicechat Userbot",
"logo": "https://telegra.ph/file/402c80d7f578206fc941d.jpg",
"keywords": [
"telegram",
"vc",
"pyrogram",
"pytgcalls",
"userbot"
],
"website": "https://github.com/nandydark/vc-telegram-userbot",
"repository": "https://github.com/nandydark/vc-telegram-userbot",
"success_url": "https://github.com/nandydark/vc-telegram-userbot",
"env": {
"API_ID": {
"description": "Get api id from my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Get api hash from my.telegram.org",
"value": ""
},
"STRING_SESSION": {
"description": "Pyrogram string session",
"value": ""
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}