-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathapp.json
32 lines (32 loc) · 841 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
{
"name": "Telegraph Uploader Bot",
"description": "A simple small media or file to telegra.ph link uploader bot",
"repository": "https://github.com/loverboyXD/PMBOT",
"keywords": [
"telegraph",
"file or media",
"link uploader",
"telegram bot",
"pyrogram"
],
"env": {
"TOKEN": {
"description": "Your Bot token from @Botfather"
},
"API_ID": {
"description": "Your API_ID from https://my.telegram.org/apps "
},
"API_HASH": {
"description": "Your API_HASH from https://my.telegram.org/apps"
},
"STRING_SESSION": {
"description": "Your String_Session",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}