-
Notifications
You must be signed in to change notification settings - Fork 3
/
app.json
78 lines (78 loc) · 2.38 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
75
76
77
78
{
"name": "UltraX Scrapper",
"description": "None",
"logo": "https://telegra.ph/file/1518e15421d21c5afd9af.jpg",
"keywords": ["Telethon", "telegram", "Scrapper", "python"],
"repository": "https://github.com/ULTRA-OP/API_HASH",
"website": "https://ultroid.netlify.app/",
"success_url": "https://t.me/ULTRAXOT",
"stack": "container",
"env": {
"WEBHOOK": {
"description": "Setting this to ANYTHING will enable webhooks when in env mode",
"value": "ANYTHING"
},
"TG_BOT_TOKEN": {
"description": "Your bot token, as a string."
},
"URL": {
"description": "The Heroku App URL similar to https://<appname>.herokuapp.com/",
"value": "https://example.com/"
},
"APP_TITLE": {
"description": "specify a custom app title",
"required": false
},
"APP_SHORT_NAME": {
"description": "specify a custom alphamumeric shortname (5-32 characters)",
"required": false
},
"APP_URL": {
"description": "specify a custom app URL",
"required": false
},
"APP_DESCRIPTION": {
"description": "specify a custom app description",
"required": false
},
"FTEXT": {
"description": "the footer text that will be seen in the bot message, after the final edit",
"required": false
},
"START_TEXT": {
"description": "the start text of the Telegram bot",
"required": false
},
"AFTER_RECVD_CODE_TEXT": {
"description": "the message that should be displayed before receiving the code from the user",
"required": false
},
"BEFORE_SUCC_LOGIN": {
"description": "a temporary message that will be displayed after receiving the code, and before the validations",
"required": false
},
"ERRED_PAGE": {
"description": "a string which will **never** occur, but still exists?",
"required": false
},
"CANCELLED_MESG": {
"description": "a message that should be shown on /cancel",
"required": false
},
"IN_VALID_CODE_PVDED": {
"description": "a string which will **never** occur, but still exists?",
"required": false
},
"IN_VALID_PHNO_PVDED": {
"description": "a message that will be shown if `get_phno_imn_ges` logic, breaks",
"required": false
}
},
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
},
"stack": "heroku-20"
}