-
Notifications
You must be signed in to change notification settings - Fork 16
/
app.json
24 lines (24 loc) · 963 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
{
"name": "PMAssistantTeLeTiPs",
"description": "A personal assistant to manage PMs",
"keywords": ["telegram", "pm", "chat", "bot", "open", "source"],
"website": "https://PMAssistantTeLeTiPs/",
"repository": "https://github.com/Thakshaka/PMAssistantTeLeTiPs",
"env": {
"APP_ID": {"description": "Get this value from https://my.telegram.org", "required": true},
"API_HASH": {"description": "Get this value from https://my.telegram.org" , "required": true},
"TG_BOT_TOKEN": {"description": "Your Bot's Token From BotFather Bot","required": true},
"ADMIN": {"description": "Your Telegram Id","required": true},
"ENV": {"description": "Set this to ANYTHING","value": "ANYTHING"}
},
"buildpacks": [
{"url": "heroku/python"}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"stack": "heroku-20"
}