35 lines
1021 B
JSON
35 lines
1021 B
JSON
{
|
|
"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":""
|
|
},
|
|
"CHAT_ID":{
|
|
"description":"Id of the telegram channel (or chat) to be indexed.",
|
|
"value":""
|
|
},
|
|
"SESSION_STRING":{
|
|
"description":"Your session string.",
|
|
"value":""
|
|
},
|
|
"DEBUG":{
|
|
"description":"Give some value to set logging level to debug.",
|
|
"value":"",
|
|
"required": false
|
|
}
|
|
},
|
|
"buildpacks":[
|
|
{
|
|
"url":"heroku/python"
|
|
}
|
|
]
|
|
}
|