-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathconfig.example.json5
More file actions
28 lines (28 loc) · 827 Bytes
/
config.example.json5
File metadata and controls
28 lines (28 loc) · 827 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
{
"update": {
"check_update": true
},
"plugins": {
"gameshub.official.scraper.steamdb": { // SteamDB scraper plugin
"enable": true
},
"gameshub.official.scraper.keylol": { // Keylol scraper plugin
"enable": true
},
"gameshub.official.scraper.reddit": { // Reddit scraper plugin
"enable": true
},
"gameshub.official.notification.apprise": { // Apprise notification plugin
"enable": true
},
"gameshub.official.redeem.asf": { // ASF redeem plugin
"enable": true
},
"gameshub.official.redeem.steamclient": { // Steamclient redeem plugin (https://github.com/ValvePython/steam)
"enable": true
},
"gameshub.official.scraper.epic": { // Epic Games scraper plugin (https://github.com/SD4RK/epicstore_api)
"enable": true
}
}
}