forked from lyonipiece/FridayUserbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
95 lines (95 loc) · 2.77 KB
/
app.json
File metadata and controls
95 lines (95 loc) · 2.77 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "Friday-Userbot",
"description": "A Userbot Based On Telethon By Friday Devs",
"logo": "https://telegra.ph/file/b4e1e36c6b1fcb32dd997.jpg",
"keywords": [
"telegram",
"fridaybot",
"plugin",
"telegram-fridaybot",
"productivity"
],
"repository": "https://github.com/starkgang/FridayUserbot",
"website": "starkgang.ml",
"success_url": "t.me/FridayOT",
"stack": "container",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable heroku.",
"value": "ANYTHING"
},
"ALIVE_NAME": {
"description": "Enter Username Here ",
"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": ""
},
"NOSPAMPLUS_TOKEN": {
"description": "Your Token From @NospamPlusBot",
"value": "",
"required": false
},
"LOAD_OTHER_PLUGINS": {
"description": "Do You Wish To Load Spammy / Official Plugins?",
"value": "False"
},
"SUDO_USERS": {
"description": "Enter A User Id Which You Would Like to Use To Control Sudo. Don't Give Your Own ID Or ID Of Users You Don't Trust.",
"value": "",
"required": false
},
"PRIVATE_GROUP_ID": {
"description": "A Group ID Where You Want To Log Important Logs.",
"value": ""
},
"STRING_SESSION": {
"description": "Get From Repl.run Or Run Locally",
"value": ""
},
"TESSDATA_PREFIX": {
"description": "Pytesserct Path. Don't Edit Until You Know What Are You Doing. Just leave it As it is.",
"value": "./.apt/usr/share/tesseract-ocr/4.00/tessdata"
},
"LYDIA_API_KEY": {
"description": "Needed for Lydia AI. Follow https://telegra.ph/Lydia-09-05 to get your API. This is not Mandatory.",
"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": ""
},
"HEROKU_APP_NAME": {
"description": "Heroku App Name That You Filled Above.",
"value": ""
},
"TG_BOT_TOKEN_BF_HER": {
"description": "Your Bot Token Obtained From @BotFather.",
"value": ""
},
"DOWNLOAD_PFP_URL_CLOCK": {
"description": "Needed for autopic module. A url that is a preview link of your Profile Pic",
"value": "",
"required": false
},
"TZ": {
"description": "Required for Correct Time on autopic",
"value": "Asia/Kolkata",
"required": false
}
},
"addons": [
{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}
]
}