-
Notifications
You must be signed in to change notification settings - Fork 41
/
app.json
53 lines (52 loc) · 1.47 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": "BadX - BadMundaX",
"description": "A Pyrogram Based Spam Bots, Fast And Stable",
"logo": "https://telegra.ph/file/ec832fc9107fd21edfee3.jpg",
"keywords": [
"telegram",
"PYROGRAM",
"telegram-bot",
"SpamX",
"BadX"
],
"repository": "https://github.com/Badhacker98/Spam_X_bot",
"website": "https://github.com/Badhacker98",
"success_url": "https://t.me/HEROKUBIN_01",
"env": {
"API_ID": {
"description": "Fill Api ID Take this value from My.telegram.org",
"value": "",
"required": true
},
"API_HASH": {
"description": "Fill Api hash Take this value from My.telegram.org",
"value": "",
"required": true
},
"ASSISTANT_TOKEN": {
"description": "Bot token od assistant!",
"value": "",
"required": true
},
"OWNER_ID": {
"description": "Owner ID",
"value": "",
"required": true
},
"LOGGER_ID": {
"description": "Logs Group ID (Make A Private Group And Add Your All Spam id Their)",
"value": "",
"required": true
},
"DATABASE_URL": {
"description": "Fill MongoDB database url. get from mongodb.com",
"value": "",
"required": true
}
},
"buildpacks":[
{
"url": "heroku/python"
}
]
}