forked from RISHISUPERYO-GAMERZ22/Black-Lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
81 lines (81 loc) · 2.67 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
81
{
"name": "Black Lightning - UserBot",
"description": "An advanced Telethon Userbot, from @keinshin",
"logo": "https://telegra.ph/file/d8d194c18562472a7c1f1.jpg",
"keywords": [
"telegram",
"userbot",
"userbot",
"modular",
"productivity"
],
"repository": "https://github.com/KeinShin/Black-Lightning",
"website": "https://github.com/KeinShin/Black-Lightning",
"success_url": "https://t.me/blacklightningot",
"stack": "container",
"env": {
"APP_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": ""
},
"STRING_SESSION": {
"description": "Get this value by running python3 telesetup.py locally or https://replit.com/@Paramatin/Lightning-Repl#main.py online.",
"value": ""
},
"CMD_HNDLR": {
"description": "Used to invoke commands, leave as it for default",
"value": ".",
"required": false
},
"COMBINED_GROUP_ID": {
"description": "This is all in one group id. just add @Missrose_bot to your private group and do /id",
"value": "",
"required": true
},
"LIGHTNING_ALV_IMG": {
"description": "To add another Alive pic, Leave blank for default. ",
"value": "",
"required": false
},
"HEROKU_API_KEY": {
"description": "Go to https://dashboard.heroku.com/account, scroll down and press Reveal API.Required for updater to work.",
"value": "",
"required": true
},
"SUDO_USERS": {
"description": "Users you want to give access to your bot. (Don't allow unknown people)",
"value": "",
"required": false
},
"HEROKU_APP_NAME": {
"description": "The Value of App Name you filled in right on top.Required for updater to work.",
"value": "",
"required": true
},
"TG_BOT_TOKEN_BF_HER": {
"description": "Needed for inline buttons maker. Make a bot at http://telegram.dog/BotFather and get the token of your bot. Get it else .help won't work.",
"value": "",
"required": true
},
"TG_BOT_USER_NAME_BF_HER": {
"description": "Needed for inline buttons maker. Make a bot at http://telegram.dog/BotFather and get the username of your bot. Needed for .help to work.",
"value": "",
"required": true
},
"ALIVE_NAME": {
"description": "Put Your Name you can use designer fonts. ",
"value": "",
"required": false
}
},
"addons": [{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}]
}