forked from help-iq2/telethon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
66 lines (66 loc) · 1.81 KB
/
app.json
File metadata and controls
66 lines (66 loc) · 1.81 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
{
"name": "تليثون العرب",
"description": "تنصيب تليثون العرب الاصلي معرف قناتنا @iqthon",
"logo": "https://telegra.ph/file/277559574a1e241f5532e.jpg",
"keywords": [ "plugin", "modular", "productivity" ],
"repository": "https://github.com/Telethon-helper/Helper/",
"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": ""
},
"TZ": {
"description": " الوقت",
"value": "Asia/Baghdad",
"required": false
},
"UPSTREAM_REPO": {
"description": "لاتـغيره! ",
"value": "Telethon-Ar",
"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"
}]
}