[LIB-13] Add lichess scanner
[chesshog-scanner.git] / src / main / resources / settings / lichess.settings
diff --git a/src/main/resources/settings/lichess.settings b/src/main/resources/settings/lichess.settings
new file mode 100644 (file)
index 0000000..4f44ba1
--- /dev/null
@@ -0,0 +1,8 @@
+{
+  "tournamentUrl": "https://lichess.org/api/tournament/[tournamentId]/games",
+  "tournamentIsMultiPage": false,
+  "tournamentQueryParams": "?clocks=false&evals=false&opening=true",
+  "gameUrl": "https://lichess.org/[gameId]",
+  "gamePgnUrl": "https://lichess.org/game/export/[gameId]",
+  "gameQueryParams": "?clocks=false&evals=false&literate=true"
+}
\ No newline at end of file