forked from athphane/userbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
92 lines (91 loc) · 2.88 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
{
"name": "Userbot - Telegram Userbot based on pyrogram",
"description": "A modular Telegram Userbot based on pyrogram running on Python 3.6+",
"logo": "https://camo.githubusercontent.com/68ce6fb9505cbb4b94483586927d9b0633b7f848/68747470733a2f2f692e696d6775722e636f6d2f575855674448542e706e67",
"keywords": [
"telegram",
"userbot",
"plugin",
"modular",
"pyrogram",
"productivity",
"testing"
],
"repository": "https://github.com/athphane/userbot",
"website": "athfan.com",
"success_url": "https://athfan.com",
"stack": "container",
"env": {
"ENV": {
"description": "Fill this if you using environ variable as config.",
"value": "Yes"
},
"API_ID": {
"description": "Get from https://my.telegram.org",
"value": "Yes"
},
"API_HASH": {
"description": "Get from https://my.telegram.org",
"value": "Yes"
},
"USERBOT_SESSION": {
"description": "Generate String from Heroku Shell by running 'bash genStr' after you deploy, Set this value later after genrating the string if you dont have. Make sure you choose option 1 since you are here to use it for userbot :)",
"value": "Yes"
},
"IS_ATLAS": {
"description": "If you are using https://cloud.mongodb.com set it to True",
"value": "True",
"required": true
},
"MONGO_URL": {
"description": "MongoDB URL",
"value": "",
"required": false
},
"DB_NAME": {
"description": "MongoDB Name",
"value": "",
"required": false
},
"DB_USERNAME": {
"description": "MongoDB Username",
"value": "",
"required": false
},
"ALLOWED_USERS": {
"description": "",
"value": "",
"required": false
},
"YOURLS_URL": {
"description": "(optional) Read more: https://yourls.org/#API",
"value": "",
"required": false
},
"YOURLS_KEY": {
"description": "(optional) Read more: https://yourls.org/#API",
"value": "",
"required": false
},
"YANDEX_API_KEY": {
"description": "(optional) get from: https://tech.yandex.com/translate/",
"value": "",
"required": false
},
"PM_PERMIT": {
"description": "(optional)",
"value": "False",
"required": false
},
"PM_LIMIT": {
"description": "(optional)",
"value": "5",
"required": false
},
"LOG_GROUP": {
"description": "(optional)",
"value": "",
"required": false
}
}
}