-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathapp.json
32 lines (32 loc) · 876 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": "Telegram ID Bot",
"description": "A bot to find telegram user id easily",
"repository": "https://github.com/BXBotz/Telegram-ID-Bot",
"logo": "https://telegra.ph/file/d357ab91889c3aca7c679.jpg",
"keywords": [
"telegram",
"telegram id",
"userid",
"id"
],
"env": {
"BOT_TOKEN": {
"description": "Your Bot token Get From @Botfather"
},
"API_ID": {
"description": "Your API_ID Get From https://my.telegram.org/apps"
},
"API_HASH": {
"description": "Your API_HASH Get From https://my.telegram.org/apps"
},
"UPDATE_CHANNEL": {
"description": "Your Channel Username Without @",
"value": "BX_Botz"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}