-
Notifications
You must be signed in to change notification settings - Fork 5
/
app.json
102 lines (102 loc) · 3.18 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "TamilBot",
"description": "பைதான் 3 இல் இயங்கும் ஒரு டெலிகிராம் யூசர்போட்.",
"logo": "https://telegra.ph/file/2790938cacb9aa80d478c.jpg",
"keywords": [
"telegram",
"userbot",
"plugin",
"modular",
"productivity"
],
"repository": "https://github.com/ivetri/TamilBot",
"website": "https://github.com/ivetri/TamilBot",
"success_url": "#TODO",
"env": {
"ALIVE_NAME": {
"description": "give your name",
"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": ""
},
"STRING_SESSION": {
"description": "Get this value by running python3 telesetup.py locally",
"value": ""
},
"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",
"value": ""
},
"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.Worth it. Get it.",
"value": ""
},
"COMMAND_HAND_LER": {
"description": "Set this one with only one the symbol to use it before your command to run like . , ' `",
"value": ".",
"required": false
},
"ENV": {
"description": "Setting this to ANYTHING will enable heroku.",
"value": "ANYTHING",
"required": false
},
"HEROKU_API_KEY": {
"description": "Required for updating the bot and other stuff get it from https://dashboard.heroku.com/account",
"value": "",
"required": false
},
"HEROKU_APP_NAME": {
"description": "YOUR app name ",
"value": "",
"required": false
},
"PRIVATE_GROUP_ID": {
"description": "its for pm permit create group get group id . id must start with -100",
"value": "",
"required": false
},
"PRIVATE_GROUP_BOT_API_ID": {
"description": "Same as abouve ",
"value": "",
"required": false
},
"TZ": {
"description": "Required for Correct Time on autopic/get time. Know your timezone from http://www.timezoneconverter.com/cgi-bin/findzone.tzc",
"value": "Asia/Kolkata",
"required": false
},
"UPSTREAM_REPO": {
"description": "if you need custom deploy then type your git repo link. ie old or new",
"value": "TamilBotOld",
"required": false
}
},
"addons": [{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}],
"buildpacks": [{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},{
"url":"https://github.com/heroku/heroku-buildpack-google-chrome"
},{
"url":"https://github.com/heroku/heroku-buildpack-chromedriver"
},{
"url": "https://github.com/opendoor-labs/heroku-buildpack-p7zip"
},{
"url": "https://github.com/heroku/heroku-buildpack-apt.git"
},{
"url": "https://github.com/chrismytton/heroku-buildpack-jq"
},{
"url": "heroku/python"
}]
}