forked from arunpt/Image-UploadBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
26 lines (26 loc) · 731 Bytes
/
app.json
File metadata and controls
26 lines (26 loc) · 731 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
{
"name": "Image upload bot",
"description": "A bot to upload telegram images to telegraph",
"repository": "https://github.com/CW4RR10R/Image-UploadBot",
"logo": "https://telegra.ph/file/33adaf8d6c398edf81967.jpg",
"keywords": ["telegram", "telegraph", "imageuploader","telegram bot"],
"env": {
"BOT_TOKEN": {
"description": "Your Bot token from @Botfather",
"value": ""
},
"API_ID": {
"description": "Your API_ID from https://my.telegram.org/apps ",
"value": ""
},
"API_HASH": {
"description": "Your API_HASH from https://my.telegram.org/apps",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}