-
Notifications
You must be signed in to change notification settings - Fork 58
/
app.json
79 lines (79 loc) · 2.13 KB
/
app.json
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
{
"name": "TeraboxedBot",
"description": "Python Telegram Bot for Bypassing Terabox Links",
"logo": "https://te.legra.ph/file/de51e8d53709471b25fea.jpg",
"keywords": [
"python",
"pyrogram",
"telegram",
"bot",
"teraboxedbot",
"terabox"
],
"repository": "https://github.com/youesky/TeraboxedBot",
"env": {
"HASH": {
"description": "Your API HASH from my.telegram.org",
"required": true
},
"ID": {
"description": "Your API ID from my.telegram.org",
"required": true
},
"TOKEN": {
"description": "Your bot token from @BotFather",
"required": true
},
"CRYPT": {
"description": "GDTot Crypt",
"required": false
},
"XSRF_TOKEN": {
"description": "XSRF Token cookies! Check readme file in repo",
"required": false
},
"Laravel_Session": {
"description": "Laravel Session cookies! Check readme file in repo",
"required": false
},
"DRIVEFIRE_CRYPT": {
"description": "Drivefire Crypt",
"required": false
},
"KOLOP_CRYPT": {
"description": "Kolop Crypt",
"required": false
},
"HUBDRIVE_CRYPT": {
"description": "Hubdrive Crypt",
"required": false
},
"KATDRIVE_CRYPT": {
"description": "Katdrive Crypt",
"required": false
},
"UPTOBOX_TOKEN": {
"description": "Uptobox Token",
"required": false
},
"CLOUDFLARE": {
"description": "Use cf_clearance cookie from and Cloudflare protected sites",
"required": false
},
"PORT": {
"description": "Port to run the Bot Site on (default is 5000)",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"web": {
"quantity": 1,
"size": "standard-1x"
}
}
}