This repository was archived by the owner on Jan 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathapp.json
More file actions
90 lines (90 loc) · 2.61 KB
/
app.json
File metadata and controls
90 lines (90 loc) · 2.61 KB
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
{
"name": "TelePyroBot",
"description": "Pyrogram based UserBot made by Skuzzy xD",
"keywords": [
"telegram",
"best",
"indian",
"pyrogram",
"userbot",
"plugin",
"modular",
"productivity",
"telepyrobot",
"telepyrobot"
],
"repository": "https://github.com/SkuzzyxD/TelePyroBot",
"stack": "container",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable webhooks when in env mode",
"value": "True"
},
"APP_ID": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"DATABASE_URL": {
"description": "Get from ElephantSQL.",
"value": "",
"required": true
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"STRING_SESSION": {
"description": "Generate this value by running python3 GenerateStringSession.py locally",
"value": ""
},
"COMMAND_HAND_LER": {
"description": "specify command handler that should be used for the plugins",
"required": true,
"value": "."
},
"HEROKU_APP_NAME": {
"description": "Your App name of heroku, without this you won't be able to use the updater!",
"required": false
},
"HEROKU_API_KEY": {
"description": "Get a Heroku API key from http://dashboard.heroku.com/account, without this you won't be able to use the updater!",
"required": false
},
"G_DRIVE_CLIENT_ID": {
"description": "Get your credentials from https://da.gd/so63O",
"required": false
},
"G_DRIVE_CLIENT_SECRET": {
"description": "Get your credentials from https://da.gd/so63O",
"required": false
},
"OWNER_ID": {
"description": "Goto @MissRose_Bot on Telegram and send /id to get your ID and fill it here.",
"required": true
},
"OWNER_NAME": {
"description": "Name which you would like to appear when 'alive' or 'start' commands are used.",
"required": true
},
"PRIVATE_GROUP_ID": {
"description": "A group where all your userbot messages will be logged! Make a new group and add @MissRose_Bot in it, then do /id, copy and paste that number here.",
"required": true,
"value": ""
},
"PM_PERMIT": {
"description": "Weather to send the message, `master is unavailable, would contact you shortly`",
"required": true,
"value": "True"
},
"REMBG_API_KEY": {
"description": "Used for removeng plugins to work",
"required": false
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}