-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
38 lines (38 loc) · 1.28 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
{
"name": "Tele-LeechX",
"description": "A Powerful Telegram Torrent (and YouTube-DL) Leecher based on Pyrogram. Powered by @FuZionX and @FuZionXLeech",
"logo": "https://telegra.ph/file/8abf8d2addb8f4d982d8a.jpg",
"keywords": [
"telegram"
],
"repository": "https://github.com/5MysterySD/Tele-LeechX",
"success_url": "https://t.me/FuZionX",
"website": "https://github.com/5MysterySD/Tele-LeechX",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable Webhooks when in env mode",
"value": "ANYTHING"
},
"APP_ID": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"TG_BOT_TOKEN": {
"description": "Get this value from @BotFather by Making New Bot and Paste the API token.",
"value": ""
},
"AUTH_CHANNEL": {
"description": "Should be an integer. The BOT API ID of the Telegram Group, Where the Bot should work., Put Group ID. Multiple ID separated by Single Space",
"value": ""
},
"OWNER_ID": {
"description": "Should be an integer. ID of owner of bot. Get it by sending /info to @MissRose_Bot",
"value": ""
}
},
"stack": "container"
}