forked from darkchoudhary39/Master-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
40 lines (39 loc) · 1.22 KB
/
app.json
File metadata and controls
40 lines (39 loc) · 1.22 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
{
"name": " 𝙎𝘼𝙄𝙉𝙄 𝘽𝙊𝙏𝙎",
"description": "Download videos from various websites using this Telegram bot.",
"logo": "https://tinypic.host/images/2025/02/07/DeWatermark.ai_1738952933236-1.png",
"keywords": [
"drm-video-dl",
"video-extract",
"pyrogram"
],
"repository": "https://github.com/nikhilsainiop/Masteruploader",
"success_url": "https://github.com/nikhilsainiop/Masteruploader",
"stack": "container",
"env": {
"API_ID": {
"description": "Enter your Telegram API ID.",
"required": true
},
"API_HASH": {
"description": "Enter your Telegram API Hash.",
"required": true
},
"BOT_TOKEN": {
"description": "Enter your Telegram Bot Token.",
"required": true
},
"AUTH_USERS": {
"description": "Enter your authorized user IDs, e.g., 6801378994,5919400080,...(Seprate by Comma) ",
"required": true
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "standard-2x"
}
},
"addons": [],
"buildpacks": []
}