-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
46 lines (46 loc) · 1.33 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
{
"name": "video stream 2 (BETA)",
"description": "telegram bot for streaming video on group video chat",
"keywords": [
"telegram",
"stream",
"video-calls",
"pyrogram",
"group-calls",
"python",
"plugin",
"modular",
"pytgcalls"
],
"repository": "https://github.com/levina-lab/video-stream2",
"success_url": "/",
"logo": "https://telegra.ph/file/8b9cfbe9aaf44f7ff4468.jpg",
"website": "https://github.com/levina-lab/video-stream2",
"stack": "container",
"env": {
"API_ID": {
"description": "Get this value from https://my.telegram.org"
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org"
},
"SUDO": {
"description": "User ID of users who have access to use the bot commands, separate each with space."
},
"SESSION": {
"description": "Get the pyrogram session from https://replit.com/@levinalab/StringSession#main.py"
},
"BOT_TOKEN": {
"description": "Get this value from @BotFather",
"required": false
}
},
"buildpacks": [
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
},
{
"url": "heroku/python"
}
]
}