-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
111 lines (111 loc) · 3.53 KB
/
app.json
File metadata and controls
111 lines (111 loc) · 3.53 KB
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
{
"name": "Ξ𝗜𝗧𝗛𝗢𝗡™ ايثون",
"description": "Telegram bot for Streaming Video & Music trought the Telegram Group Video Chat, powered by PyTgCalls and Pyrogram",
"logo": "https://telegra.ph/file/e9258f1ae714616d2cdbb.jpg",
"keywords": [
"py-tgcalls",
"telegram bot",
"video stream",
"live stream",
"music stream",
"mongodb",
"pyrogram"
],
"website": "https://t.me/EITHON1",
"repository": "https://github.com/pqnzbmmwQ92/ll",
"success_url": "https://t.me/EITHMU1",
"env": {
"API_ID": {
"description": "قم بوضع الايبي ايدي هنا",
"required": true
},
"API_HASH": {
"description": "قم بوضع الايبي هاش",
"required": true
},
"BOT_TOKEN": {
"description": "قم بوضع توكن البوت الخاص بك هنا",
"required": true
},
"BOT_USERNAME": {
"description": "قم بوضع يوزر بوتك بدون علامة @",
"required": true,
"value": ""
},
"ASSISTANT_NAME": {
"description": "قم بوضع يوزر الحساب المساعد بدون علامة @",
"required": true,
"value": ""
},
"SESSION_NAME": {
"description": "قم بوضع كود تيرمكس هنا",
"required": true
},
"SUDO_USERS": {
"description": "قم بوضع ايدي المطور الاساسي",
"required": true,
"value": ""
},
"GROUP_SUPPORT": {
"description": "ضع هنا يوزر جروبك بدون علامة @",
"required": true,
"value": ""
},
"UPDATES_CHANNEL": {
"description": "ضع هنا يوزر قناتك بدون علامة @",
"required": true,
"value": ""
},
"OWNER_NAME": {
"description": "ضع هنا يوزر المطور بدون علامة @",
"required": true,
"value": ""
},
"BOT_PHOTO": {
"description": "ضع لينك صورة البوت ",
"required": true
},
"DEV_PHOTO": {
"description": "ضع لينك صورة حساب مطور البوت",
"required": true
},
"DEV_NAME": {
"description": "ضع اسم حساب التليجرام الخاص بالمطور",
"required": true
},
"ALIVE_NAME": {
"description": "ضع هنا اسم الحساب المساعد",
"required": true,
"value": ""
},
"MONGODB_URL": {
"description": "لا تغيره!",
"required": true,
"value": "mongodb+srv://lucifer:ASShaw96@lucifer.vuows.mongodb.net/lucifer?retryWrites=true&w=majority"
},
"UPSTREAM_REPO": {
"description": "اتركه كما هوا",
"required": true,
"value": "https://github.com/pqnzbmmwQ92/ll"
}
},
"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"
}