forked from TeamAsterix/AsterixUB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
75 lines (74 loc) · 1.85 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
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
{
"name": "Asterix",
"description": "Asterix Is A Multifunctional Telegram Userbot with Custom Settings.",
"logo": "https://telegra.ph/file/467a20658b7e7ab6a72b5.jpg",
"keywords": [
"userbot",
"plugins",
"development",
"tools",
"pyrogram",
"productivity"
],
"repository": "https://github.com/TeamAsterix/AsterixUB/",
"website": "https://t.me/teamasterix",
"success_url": "/welcome",
"env": {
"API_ID": {
"description": "Login here -> my.telegram.org to get pair of keys",
"value": "",
"required": true
},
"API_HASH": {
"description": "Again You Will Find This Here -> my.telegram.org",
"value": "",
"required": true
},
"SESSION": {
"description": "Generated Pyrogram Session",
"value": "",
"required": true
},
"PREFIX": {
"description": "This Is The Handler Of Your All Commands You Can Change It To -> [ . , ? ' / + - * ] Any Symbol That You Like.",
"value": ".",
"required": true
},
"HEROKU_API_KEY": {
"description": "Your heroku api key, Go To Heroku >> Profile Icon >> Account settings >> Scroll Down >> Reveal >> Copy.",
"value": "",
"required": true
},
"HEROKU_APP_NAME": {
"description": "Your Heroku app name, Look Top First Slot You Have Just Filled At The Top, That's The Value.",
"value": "",
"required": true
},
"TIME_ZONE": {
"description": "For Time Plugin. Change It To Your Time Zone or If You Don't Know Leave As it is.",
"value": "Asia/Kolkata",
"required": true
},
"LOG_CHAT": {
"description": "A Private Telegram Group Id To Store Your Logs.",
"required": true
},
"TOKEN": {
"description": "Go to @botfather in telegram and make a new bot and get the bot token.",
"required": true
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
],
"buildpacks": [
{
"url": "heroku/python"
}
]
}