-
Notifications
You must be signed in to change notification settings - Fork 16
/
app.json
39 lines (39 loc) · 985 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
38
39
{
"name": "telegraph-uploader-bot",
"description":"You can use this bot upload images, videos and animations to the telegraph.",
"repository": "https://github.com/sanila2007/telegraph-uploader-bot",
"logo": "https://telegra.ph/file/7503f1b9e71af2b815cf2.jpg",
"keywords": [
"telegraph bot",
"images",
"videos",
"animation",
"uploader",
"pyrogram bot"
],
"env": {
"API_ID": {
"description": "Get from my.telegram.org/apps",
"required": true
},
"API_HASH": {
"description": "Get from my.telegram.org/apps",
"required": true
},
"BOT_TOKEN": {
"description": "Get from Telegram's @BotFather",
"required": true
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}