forked from doozylab-lk/video-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
112 lines (112 loc) · 3.74 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "ᴅᴏᴏᴢʏ-ʟᴀʙ-ʟᴋ",
"description": "ᴛᴇʟᴇɢʀᴀᴍ ʙᴏᴛ ғᴏʀ sᴛʀᴇᴀᴍɪɴɢ ᴠɪᴅᴇᴏ & ᴍᴜsɪᴄ ᴛʀᴏᴜɢʜᴛ ᴛʜᴇ ᴛᴇʟᴇɢʀᴀᴍ ɢʀᴏᴜᴘ ᴠɪᴅᴇᴏ ᴄʜᴀᴛ.",
"logo": "https://telegra.ph/file/a381b439e2bf6c61703f9.png",
"keywords": [
"pytgcalls",
"telegram bot",
"video stream",
"pyrogram"
],
"website": "https://t.me/TeamDLK",
"repository": "https://github.com/Sithumdimalsha4/video-stream",
"success_url": "https://github.com/doozylab-lk",
"env": {
"API_ID": {
"description": "your API_ID from my.telegram.org",
"required": true
},
"API_HASH": {
"description": "your API_HASH from my.telegram.org",
"required": true
},
"BOT_TOKEN": {
"description": "your bot token from @BotFather",
"required": true
},
"BOT_USERNAME": {
"description": "your bot username from @BotFather",
"required": true
},
"BOT_NAME": {
"description": "fill with your bot name from @BotFather",
"required": true
},
"ASSISTANT_NAME": {
"description": "fill with the assistant username account without @",
"required": true
},
"SESSION_NAME": {
"description": "fill with the pyrogram String Session",
"required": true
},
"SUDO_USERS": {
"description": "list of user ids to be added to sudo member list, or just fill with your id",
"required": true
},
"GROUP_SUPPORT": {
"description": "if you have group, then fill the group username here without @",
"required": true,
"value": "TeamDLKsupport"
},
"DURATION_LIMIT": {
"description": "then fill the duration limit here",
"required": true,
"value": "9200"
},
"UPDATES_CHANNEL": {
"description": "if you have channel then fill the channel username here without ",
"required": true,
"value": "TeamDLK"
},
"OWNER_NAME": {
"description": "fill with your telegram account username without @",
"required": true,
"value": "doozylab_lk"
},
"IMG_1": {
"description": "fill with your link to a photo you like",
"required": true,
"value": "https://telegra.ph/file/a381b439e2bf6c61703f9.png"
},
"IMG_2": {
"description": "fill with your link to a photo you like",
"required": true,
"value": "https://telegra.ph/file/a381b439e2bf6c61703f9.png"
},
"IMG_3": {
"description": "fill with your link to a photo you like",
"required": true,
"value": "https://telegra.ph/file/a381b439e2bf6c61703f9.png"
},
"ALIVE_IMG": {
"description": "fill with your link to a photo you like",
"required": true,
"value": "https://telegra.ph/file/a381b439e2bf6c61703f9.png"
},
"ALIVE_NAME": {
"description": "fill with your telegram account nickname/name",
"required": true,
"value": "ᴅᴏᴏᴢʏ"
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"stack": "container"
}