-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
42 lines (41 loc) · 1 KB
/
app.json
File metadata and controls
42 lines (41 loc) · 1 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
{
"name": "𝐂𝐡𝐢𝐤𝐮 𝐂𝐡𝐚𝐭 𝐁𝐨𝐭",
"description": "Telegram Bot using Pyrogram",
"repository": "https://github.com/EsproSupport/appBot",
"env": {
"API_ID": {
"description": "Your Telegram API ID",
"required": true
},
"API_HASH": {
"description": "Your Telegram API Hash",
"required": true
},
"BOT_TOKEN": {
"description": "Your Telegram Bot Token",
"required": true
},
"OWNER_ID": {
"description": "Your Telegram User ID (Owner)",
"required": true
},
"LOGGER_ID": {
"description": "A telegram group id add your bot in that group and promote to admin",
"required": true
},
"SUPPORT_GROUP": {
"description": "Enter Your Telegram Group Username Without @",
"required": true
},
"MONGO_URL": {
"description": "Your mongo db url for database",
"required": true
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"stack": "heroku-22"
}