-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathapp.json
More file actions
34 lines (34 loc) · 1.04 KB
/
Copy pathapp.json
File metadata and controls
34 lines (34 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "Subtrans bot",
"description": "A telegram bot which translates subtitle file to another language",
"repository": "https://github.com/agentnova/SubtitleTranslator-Bot",
"logo": "https://raw.githubusercontent.com/agentnova/SubtitleTranslator-Bot/main/logo.jpg",
"keywords": ["Subtitle","telegram","telegram bot","bot","pyrogram","subtitle translator","translator","python"],
"env": {
"BOT_TOKEN": {
"description": "Your bot token from @Botfather",
"value": ""
},
"BOT_NAME": {
"description": "Your bot name @botname",
"value": ""
},
"API_ID": {
"description": "Get this value from my.telegram.org! Please do not steal",
"value": ""
},
"API_HASH": {
"description": "Get this value from my.telegram.org! Please do not steal",
"value": ""
},
"DB_URL": {
"description": "Your DATABASE url from console.firebase.google.com watch video https://youtu.be/CXUvS06g6Nw",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}