forked from yashoswalyo/MERGE-BOT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
53 lines (53 loc) · 1.05 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "Telegram Video Merge Bot",
"description": "A Telegram Video Merge Bot in Pyrogram by @YashOswalYO",
"keywords": [
"telegram",
"video",
"merge",
"bot"
],
"repository": "https://github.com/yashoswalyo/MERGE-BOT",
"website": "https://telegram.dog/yashoswalyo",
"stack": "heroku-20",
"env": {
"API_ID": {
"description": "Get this value from my.telegram.org "
},
"API_HASH": {
"description": "Get this value from my.telegram.org "
},
"BOT_TOKEN": {
"description": "Get this from @BotFather XD"
},
"OWNER": {
"description": "Enter bot owner's ID"
},
"OWNER_USERNAME": {
"description": "Bot Owner User Name"
},
"DATABASE_URL": {
"description": "Enter your mongodb URI"
},
"PASSWORD": {
"description": "Enter password to login bot"
}
},
"buildpacks": [
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/amivin/rclone-heroku"
},
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}