From a8d9cd107134a29616943b6bf76888025c3edb73 Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Thu, 8 Aug 2024 10:08:12 +0100 Subject: [PATCH] docs: README instructions for fetching metadata --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f336559..6d52d9bd 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,11 @@ bundle install cp .env.example .env ``` -If you just need some notes data: +If you just need some notes data and metadata: ```shell -curl -o output/data/notes.json https://andylolz.github.io/x-community-notes/data/notes.json +curl -L -o output/data/notes.json https://github.com/andylolz/x-community-notes/raw/gh-pages/data/notes.json +curl -L -o output/_data/meta.json https://github.com/andylolz/x-community-notes/raw/gh-pages/_data/meta.json ``` Then to run: @@ -56,5 +57,4 @@ poetry run python -m x_notes.fetch_candidates # Optional: fetch tweets poetry run python -m x_notes.fetch_tweets - ```