-
Notifications
You must be signed in to change notification settings - Fork 177
/
Copy pathapp.json
80 lines (80 loc) · 2.73 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "Bgt-V2",
"description": "ᴀ ᴛᴇʟᴇɢʀᴀᴍ ᴍᴜꜱɪᴄ ᴘʟᴀʏᴇʀ ʙᴏᴛ, ᴡʀɪᴛᴛᴇɴ ɪɴ ᴘʏᴛʜᴏɴ ᴡɪᴛʜ ᴘʏʀᴏɢʀᴀᴍ ᴀɴᴅ ᴘʏ-ᴛɢᴄᴀʟʟꜱ.",
"repository": "https://github.com/BikashHalderNew/Bgtplayer",
"logo": "https://graph.org/file/d4bc06ada79821eb01025.jpg",
"keywords": [
"python3",
"telegram",
"bot",
"Bikash",
"BgtMusicBot",
"telegram-bot",
"pyrogram"
],
"stack": "container",
"env": {
"API_ID": {
"description": "Get this value from https://my.telegram.org",
"value": "25496841",
"required": true
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": "d7ed3ebb8f4323c37c5ffcac40e677d4",
"required": true
},
"BOT_TOKEN": {
"description": "Put Your Bot token from Botfather",
"value": "",
"required": true
},
"MONGO_DB_URI": {
"description": "Get a mongodb url from https://cloud.mongodb.com. Below MONGOdb only for Test Don't Use Otherwise Your Bot Hack By Any Hacker",
"value": "mongodb+srv://Bikash:Bikash@bikash.yl2nhcy.mongodb.net/?retryWrites=true&w=majority",
"required": true
},
"MUSIC_BOT_NAME": {
"description": "A name for your Music Bot. You can use special characters",
"value": "🌟⃝🌸𓆩🇧𝗚𝗧🎸🇲𝗨𝗦𝗜𝗖🎸🇧𝗢𝗧𓆪💫⃟👑 ",
"required": true
},
"OWNER_ID": {
"description": "The user id(s) of user(s) whom you would like to add as a OWNER. Multiple values shall be seperated with a space.",
"value": "1439222689",
"required": true
},
"STRING_SESSION": {
"description": "A Pyrogram v2 String Session. One Assistant is Compulsory.",
"value": "",
"required": true
},
"LOG_GROUP_ID": {
"description": "Your Log Group ID, add your bot and promote as an admin with full rights !",
"value": "",
"required": true
},
"CHANNE_USERNAME": {
"description": "Your CHANNEL USERNAME WITHOUT @ , add your bot and promote as an admin !",
"value": "BGTADS",
"required": true
},
"CHANNEL_ID": {
"description": "Your CHANNEL ID, add your bot AND promote as an admin with full rights !",
"value": "",
"required": true
},
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
],
"formation": {
"worker": {
"quantity": 1
}
}
}