-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
32 lines (32 loc) · 854 Bytes
/
config.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
{
"default_query": null,
"wallpaper_dir": "%home%/Pictures/Wallpapers",
"resolution": "1366x768",
"headers": {
"Content-Type": "application/json",
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108 Safari/537.36"
},
"remotes": {
"pexels": {
"headers": {
"Authorization": ""
},
"endpoint": "https://api.pexels.com/v1/",
"curated": "curated",
"query": "search?query",
"count": "per_page",
"default_result": 15,
"extract_keys": ["photos",["src", ["original"]]],
"page": "page"
},
"unsplash": {
"endpoint": "https://api.unsplash.com/",
"curated": "random",
"query": "search?query",
"count": "per_page",
"default_result": 15,
"extract_keys": ["url"],
"page": "page"
}
}
}