-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathapp.json
More file actions
27 lines (27 loc) · 742 Bytes
/
app.json
File metadata and controls
27 lines (27 loc) · 742 Bytes
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
{
"name": "Chatbot",
"description": "https://github.com/pokurt/Chat-Bot-ENG",
"keywords": [
"Telegram",
"Pyrogram",
"Chatbot",
"AI"
],
"success_url": "https://github.com/pokurt/Chat-Bot-ENG",
"repository": "https://github.com/pokurt/Chat-Bot-ENG",
"stack": "container",
"env": {
"API_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
},
"TOKEN": {
"description": "Bot Token you got from @BotFather",
"required": true
}
}
}