-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathapp.json
34 lines (34 loc) · 857 Bytes
/
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
{
"name": "Alexa AI Userbot",
"description": "Advanced Database Backend Chatbot Based On Pyrogram Userbot",
"logo": "https://telegra.ph/file/71fdfc3bca2950bf3878c.jpg",
"keywords": [
"telegram",
"bot",
"python",
"pyrogram"
],
"env": {
"SESSION_NAME": {
"description": "Pyrogram string session get it from @Session_Generator_Robot",
"required": true
},
"MONGO_URL": {
"description": "mongo db url here",
"required": true
},
"API_ID": {
"description": "telegram api id here",
"required": true
},
"API_HASH": {
"description": "telegram api hash here",
"required": true
}
},
"addons": [
{
"plan": "heroku-postgresql"
}
]
}