-
-
Notifications
You must be signed in to change notification settings - Fork 68
/
app.json
37 lines (37 loc) · 996 Bytes
/
app.json
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
35
36
37
{
"name": "Erika Amano",
"description": "Simple Telegram Video Encoder Bot.",
"repository": "https://github.com/The-Hunter-Oraganization/Erika-Amano",
"logo": "https://telegra.ph/file/7e3c7f4f70272c6e59c52.jpg",
"keywords": ["python", "pyrogram", "telegram", "compressor-bot"],
"image": "heroku/python",
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"env": {
"BOT_TOKEN": {
"description": "Get it from @BotFather"
},
"API_ID": {
"description": "Your API_ID, Get it from https://my.telegram.org/apps"
},
"APP_HASH": {
"description": "Your API_HASH, Get it from https://my.telegram.org/apps"
},
"OWNER_ID": {
"description": "Your Telegram ID",
"value": "9415241"
},
"MONGO_DB": {
"description": "get from cloud.mongodb.com",
"value": ""
},
"FILES_CHANNEL": {
"description": "Files Channel ID",
"required": false
}
}
}