From cb671133b3b9084ce1ab2438db1d3c45bd4ed628 Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Mon, 3 Jun 2024 09:22:58 +0200 Subject: [PATCH] Add link to Kaggle dataset Thanks @DiTo97! Fixes #49 Co-authored-by: Federico Minutoli Signed-off-by: Jan Heinrich Reimer --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8aabfeb4..244592f2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Start now by running [your custom analysis/experiment](#integrations), scraping - [Installation](#installation) - [Usage](#tldr) - [Development](#development) +- [Third-party Resources](#third-party-resources) - [Contribute](#contribute) - [Abstract](#abstract) @@ -327,6 +328,10 @@ Add new tests for parsers: 5. Use the web browser dev tools to find the query input field and search result CSS paths. 6. Close diffs and tabs and re-run tests. +## Third-party Resources + +- [Kaggle dataset of the manual test SERPs](https://www.kaggle.com/datasets/federicominutoli/awesome-archive-query-log), thanks to @DiTo97 + ## Contribute If you've found an important search provider to be missing from this query log, please suggest it by creating an [issue][repo-issues]. We also very gratefully accept [pull requests][repo-prs] for adding [search providers](#1-search-providers) or new parser configurations!