-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
30 lines (30 loc) · 1.14 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
{
"name": "WRAP+ UNLIMITED FOR LIFETIME",
"description": "Python Script to Get WRAP+ VPN unlimited for Lifetime ",
"repository": "https://github.com/TheCaduceus/WARP-UNLIMITED-ADVANCED/tree/sys-env",
"website": "https://www.caduceus.ml/",
"success_url": "https://github.com/TheCaduceus/WRAP-UNLIMITED-ADVANCED",
"env": {
"WARP_ID": {
"description": "Enter your WARP CLIENT ID.",
"required": true
},
"SEND_LOG": {
"description": "Get notification on Telegram regarding total data generated, total attempts & failed attempts. 0 = No & 1 = Yes.",
"required": true
},
"BOT_TOKEN": {
"description": "Enter Telegram BOT API Token from @BotFather. Required if SEND_LOG is True.",
"required": false
},
"CHAT_ID": {
"description": "Enter CHAT_ID on which you want log message to be sent. It can be Chat ID (mostly for private chats) like -1001877005515 or Chat Username like @mychannel or @mygroup.",
"required": false
},
"HIDE_ID": {
"description": "To hide your WARP CLIENT ID from log message sent to your chat. 0 = No & 1 = Yes.",
"required": false
}
},
"stack": "container"
}