-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathapp.json
31 lines (31 loc) · 911 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
{
"name": "Image To Pdf Bot",
"description": "This Bot Converting Image To Pdf ",
"repository": "https://github.com/Prime-Hritu/image2pdf-Bot",
"keywords": ["Pdf ", "pyrogram", "telegram bot"],
"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"
},
"CH_ID": {
"description": "Enter Your Channel I'd (-100...) Must Make Bot Admin In "
},
"CH_NM": {
"description": "Your Channel Username Without (@)"
},
"OWNER": {
"description": "Your Username Without (@)"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}