-
Notifications
You must be signed in to change notification settings - Fork 105
/
app.json
37 lines (37 loc) · 1003 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
33
34
35
36
37
{
"name": "MediaToTelegraphLink",
"description": "Powerful Telegram bot to generate Telegraph links for your media files. This bot can works also in group chats.",
"repository": "https://github.com/teletips/MediaToTelegraphLink-TeLeTiPs",
"keywords": [
"telegraph",
"telegraph link",
"generate telegraph links",
"media to telegraph link",
"telegram bot to generate telegraph links",
"bot to upload media to telegraph",
"Telegram bot",
"Pyrogram bot"
],
"env": {
"API_ID": {
"description": "Get from my.telegram.org/apps"
},
"API_HASH": {
"description": "Get from my.telegram.org/apps"
},
"BOT_TOKEN": {
"description": "Get from Telegram's @BotFather"
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}