forked from modymesourceze/StringSessionGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
37 lines (34 loc) · 754 Bytes
/
app.json
File metadata and controls
37 lines (34 loc) · 754 Bytes
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
{
"name": "STRING SESSION",
"description": "تنصيب بوتات استخراج جلسات مقدم من سورس الملك",
"logo": "https://graph.org/file/2f199ef466e7950dd5e79.jpg",
"keywords": [
"telegram",
"bot",
"python",
"telethon"
],
"env": {
"ELHYBA": {
"description": "توكن البوت",
"value": ""
},
"API_HASH": {
"description": "الايبي هاش",
"value": ""
},
"API_ID": {
"description": "الايبي ايدي",
"value": ""
},
"OWNER": {
"description": "ايدي المطور",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}