forked from ImDenuwan/Bin-Checker-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
32 lines (30 loc) · 747 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
{
"name": "Bin Checker Bot",
"description": "Open Source bot to check Bin Valid or Invalid",
"keywords": [
"Bin-Checker-Bot",
"Telegram",
"Bins"
],
"repository": "https://github.com/ImDenuwan/Bin-Checker-Bot",
"logo": "https://telegra.ph/file/f1ba292bceb09c52a5a85.jpg",
"env": {
"API_ID": {
"description": "Enter your API_ID, get it from my.telegram.org/apps",
"required": true
},
"API_HASH": {
"description": "Enter your API_HASH, get it from my.telegram.org/apps",
"required": true
},
"BOT_TOKEN": {
"description": "Enter your Bot token, get it from @BotFather",
"required": true
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}