forked from fayasnoushad/remove-bg-bot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
21 lines (21 loc) · 754 Bytes
/
app.json
File metadata and controls
21 lines (21 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "Background-Remover-Bot",
"description": "A photo background remover telegram bot with pyrogram framework.",
"repository": "https://github.com/FayasNoushad/Remove-BG-Bot",
"keywords": ["removebg api", "photo", "background remover","telegram bot"],
"env": {
"BOT_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"
},
"REMOVEBG_API": {
"description": "Your remove bg api from remove.bg/api"
}
},
"buildpacks": [{"url": "heroku/python"}]
}