forked from shivamsaksham/DraculaUserbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
34 lines (33 loc) · 904 Bytes
/
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
{
"name": "Gabbar UserBot",
"description":"This UserBot does only few things but Does it best",
"keywords":[
"Gabbar",
"Userbot",
"Telethon"
],
"repository":"https://github.com/devil-shiva/userbot",
"logo":"https://telegra.ph/file/5e567429f94ddd1038cb7.png",
"success_url":"https://t.me/gabbarUserBot",
"stack": "container",
"env":{
"API_ID": {
"description": "You api id, from my.telegram.org.",
"value": ""
},
"API_HASH":{
"description": "You api hash, from my.telegram.org.",
"value": ""
},
"SESSION": {
"description": "A secret key for verifying the integrity of signed cookies.",
"generator": "secret"
}
},
"formation":{
"gabbar":{
"quantity":1,
"size":"free"
}
}
}