forked from Gagan-10/Google-translator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
22 lines (22 loc) · 656 Bytes
/
Copy pathapp.json
File metadata and controls
22 lines (22 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "Google Translater",
"description": "Bot can translate any language to you selected language",
"repository": "https://github.com/gagan-10/Google-Translator-",
"keywords": ["Google Translater", "pyrogram", "telegram bot"],
"env": {
"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"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}