-
-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathapp.json
More file actions
16 lines (16 loc) · 634 Bytes
/
app.json
File metadata and controls
16 lines (16 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "TempMail",
"description": "A python oriented telegram bot for generating temporary Emails Developed By @riz4d with API of https://www.1secmail.com",
"repository": "https://github.com/riz4d/TempMail-Bot",
"env": {
"API_ID": {"description": "Get this value from https://my.telegram.org", "required": true},
"API_HASH": {"description": "Get this value from https://my.telegram.org" , "required": true},
"BOT_TOKEN": {"description": "Get Bot Token From BotFather Bot","required": true}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
}
]
}