-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdeta.json
33 lines (33 loc) · 1.07 KB
/
deta.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
{
"name": "Genshin stats",
"description": "Displays your genshin stats",
"runtime": "micro's runtime",
"env": [
{
"key": "GAME_UID",
"description": "UID in game (copy from profile page while in game)",
"required": true
},
{
"key": "COOKIE",
"description": "1) Go to https://www.hoyolab.com/ 2) Login to your account. 3) Press F12 to open Inspect Mode (ie. Developer Tools). 4) Go to Console 5) run copy(document.cookie) 6) Paste it here",
"required": true
},
{
"key": "WEB_KEY",
"description": "Some generated key for auth",
"required": false
},
{
"key": "WEB_URL",
"description": "URL where to post rendered page",
"required": false
},
{
"key": "AUTHKEY",
"description": "Authkey (not used for anything right now)",
"required": false
}
],
"cron": "30-40 16 * * ? *"
}