forked from iqthon-k/N
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
68 lines (68 loc) · 1.91 KB
/
Copy pathapp.json
File metadata and controls
68 lines (68 loc) · 1.91 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
{
"name": "Arab Telethon Source 8.3 V",
"description": "8.3 V { @iqthon }",
"logo": "https://telegra.ph/file/795bd80cbb23748657b4c.jpg",
"keywords": ["plugin","modular","productivity"],
"repository": "https://github.com/help-iq2/telethon",
"website": "#TODO",
"success_url": "#TODO",
"env": {
"ALIVE_NAME": {
"description": "ضع أسمك في التليجرام",
"value": ""
},
"APP_ID": {
"description": "ضع الأيبي ايدي",
"value": ""
},
"API_HASH": {
"description": "ضع الأيبي هاش",
"value": ""
},
"STRING_SESSION": {
"description": "ضع كود تيرمكس",
"value": ""
},
"TG_BOT_USERNAME": {
"description": "ضع معرف بوتك بدون @",
"value": ""
},
"TG_BOT_TOKEN": {
"description": "ضع توكن بوتك",
"value": ""
},
"COMMAND_HAND_LER": {
"description": "اتركة كما هوة او ضع الأمر الذي تريده بدلا من النقطة",
"value": "."
},
"TZ": {
"description": "ضع القاره / عاصمة بلدك ( اذا كنت لاتعرفه اتركة كما هوة )",
"value": "Africa/Cairo",
"required": false
}
},
"addons": [{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}],
"buildpacks": [{
"url": "https://github.com/iq-thon/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/riganf/heroku-buildpack-p7zip"
},{
"url": "https://github.com/heroku/heroku-buildpack-apt.git"
},{
"url": "https://github.com/chrismytton/heroku-buildpack-jq"
},{
"url": "https://github.com/rahulps1000/heroku-buildpack-nodejs"
},{
"url": "heroku/python"
}],
"stack": "heroku-22"
}