From aa4b5b887ef202d18b8717d0e1bc76629ababe46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bror=20Bojl=C3=A9n?= Date: Thu, 21 Feb 2019 14:54:44 +0000 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a01da6..da74ba6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ The map of the fediverse that you always wanted. After running the backend in Docker: -- `docker-compose exec web python manage.py scrape` scrapes the entire fediverse +- `docker-compose exec web python manage.py scrape` scrapes the fediverse + - It only scrapes instances that have not been scraped in the last 24 hours. + - By default, it'll only scrape 50 instances in one go. If you want to scrape everything, pass the `--all` flag. - `docker-compose exec web python manage.py build_edges` aggregates this information into edges with weights - `docker-compose run gephi java -Xmx1g -jar build/libs/graphBuilder.jar` lays out the graph