TelegramIndex-Fork/app.json

35 lines
1006 B
JSON
Raw Normal View History

2020-08-10 09:44:31 +02:00
{
2020-08-10 10:03:58 +02:00
"name":"Telegram Index",
"description":"Python Web App which indexes a telegram channel(or a chat) and serves its files for download.",
"repository":"https://github.com/odysseusmax/tg-index",
"success_url":"/",
"env":{
"API_ID":{
"description":"Telegram api_id obtained from https://my.telegram.org/apps.",
"value":""
},
"API_HASH":{
"description":"Telegram api_hash obtained from https://my.telegram.org/apps.",
"value":""
},
2020-08-17 09:44:02 +02:00
"INDEX_SETTINGS":{
"description":"Refer project docs for info.",
"value": ""
2020-08-10 10:03:58 +02:00
},
"SESSION_STRING":{
"description":"Your session string.",
"value":""
2020-08-11 09:52:36 +02:00
},
"DEBUG":{
"description":"Give some value to set logging level to debug.",
"value":"",
"required": false
2020-08-10 10:03:58 +02:00
}
2020-08-10 09:54:27 +02:00
},
2020-08-10 10:03:58 +02:00
"buildpacks":[
{
"url":"heroku/python"
}
]
2020-08-10 09:44:31 +02:00
}