From 381e44b2d9cbc83accd097c983f2eec550855049 Mon Sep 17 00:00:00 2001 From: rra Date: Thu, 7 Jun 2018 23:51:07 +0200 Subject: [PATCH] scraper now uses parallelism --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55a0f43..280041c 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,7 @@ Latest scrape results can be found in `instance_scrape.json` ## TODO FIXME * add detailed error message to json when we get one -* abstract the functions so we can multithread them +* ~~abstract the functions so we can multithread them~~ +* find a way to also scrape for instances that don't announce themselves +