remove heroku

This commit is contained in:
odysseusmax 2020-12-12 22:11:40 +05:30
parent f1cac0b049
commit 73a21b26f9
3 changed files with 2 additions and 38 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ __pycache__/
venv/ venv/
*.sh *.sh
logo/ logo/
app.json
Procfile

View File

@ -80,10 +80,6 @@ This is the general format, change the values of corresponding fields as your re
python3 -m app python3 -m app
``` ```
## API
Here's the api description. [API](https://github.com/odysseusmax/tg-index/wiki/API)
## Contributions ## Contributions
Contributions are welcome. Contributions are welcome.

View File

@ -1,34 +0,0 @@
{
"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":""
},
"INDEX_SETTINGS":{
"description":"Refer project docs for info.",
"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"
}
]
}