forked from help-iq2/telethon
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathapp.json
More file actions
72 lines (72 loc) · 2.2 KB
/
Copy pathapp.json
File metadata and controls
72 lines (72 loc) · 2.2 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
{
"name": "سورس تليثون العرب الاصلي",
"description": "اهلا بك في تليثون العرب الأصلي { @iqthon }",
"logo": "https://telegra.ph/file/aa0ee1b06ddcdcb40189a.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": "Asia/Baghdad",
"required": false
},
"UPSTREAM_REPO": {
"description": "لاتغيرة",
"value": "TelethonAr",
"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/riganf/heroku-buildpack-p7zip"
},{
"url": "https://github.com/rahulps1000/heroku-buildpack-nodejs"
},{
"url": "https://github.com/heroku/heroku-buildpack-apt.git"
},{
"url": "https://github.com/chrismytton/heroku-buildpack-jq"
},{
"url": "heroku/python"
}]
}