forked from Selfie-bd/Mdisk-Search-Bot-Pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
109 lines (108 loc) · 3.26 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "This is Inline Search Bot by @GreyMatter_Bots",
"description": "This is Inline Channel Messages Search Bot by @GreyMatter_Bots",
"keywords": [
"telegram",
"channel",
"messages",
"search",
"bot"
],
"repository": "https://github.com/Greymattersbot/Link-Search-Bot-Pro",
"website": "https://telegram.dog/GreyMatter_Bot",
"success_url": "https://t.me/GreyMatter_Bots",
"env": {
"API_ID": {
"description": "Get this value from my.telegram.org or @TeleORG_Bot"
},
"API_HASH": {
"description": "Get this value from my.telegram.org or @TeleORG_Bot"
},
"USER_SESSION_STRING": {
"description": "Get this from @StringSessionGen_Bot"
},
"BOT_SESSION_NAME": {
"description": "Any Session Name for Bot."
},
"BOT_TOKEN": {
"description": "Get this from @BotFather"
},
"BOT_USERNAME": {
"description": "Your Bot Username which you sent to @BotFather (Without [@])"
},
"BROADCAST_AS_COPY": {
"description": "Nothing to Put here.",
"required": "false"
},
"BOT_OWNER": {
"description": "Bot Owner UserID"
},
"BACKUP_CHANNEL": {
"description": "Bot Backup Channel Without @"
},
"HOME_TEXT": {
"description": "Good Bye Msg"
},
"START_MSG": {
"description": "Type Anything You Want"
},
"START_PHOTO": {
"description": "Add Your Photo Link"
},
"DATABASE_URL": {
"description": "MongoDB Database URI for Saving UserID for Broadcast."
},
"UPDATES_CHANNEL": {
"description": "ID of a Channel which you want to do Force Sub to use the bot. Example: -100123456789",
"required": false
},
"CHANNEL_ID": {
"description": "Channel ID for Searching Messages.",
"required": false
},
"LOG_CHANNEL": {
"description": "Log Channel to send bin messages"
},
"UPDATES_CHANNEL_USERNAME":{
"description": "Username of the Channel you entered on UPDATES_CHANNEL without @",
"required": false
},
"RESULTS_COUNT":{
"description": "Count of the number of Results",
"required": false,
"value": "20"
},
"AUTO_DELETE_TIME":{
"description": "Auto deletion time in seconds",
"required": false,
"value": "300"
},
"FORCE_SUB":{
"description": "Set to true to force a new subscription",
"required": false,
"value": "False"
},
"HELP_TEXT": {
"description": "Type Anything You Want"
},
"ABOUT_TEXT": {
"description": "Type Anything You Want"
},
"MDISK_API":{
"description": "Mdisk API",
"required": true,
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}