From 137be843054266c168fbc7ac49545c7d888afa22 Mon Sep 17 00:00:00 2001 From: johannawild <72805812+johannawild@users.noreply.github.com> Date: Wed, 4 May 2022 00:39:49 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 952fdef..e24c844 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,23 @@ $ python run_downloader.py -h tree ../data -Screenshot 2022-02-25 at 19 21 44 +``` +$ tree ../data +../data +├── ids +│ └── post_ids.json +├── log +│ └── log.json +├── london +│ └── posts +│ └── data.json +├── newyork +│ └── posts +│ └── data.json +└── paris + └── posts + └── data.json +``` data folder contains all the downloaded data as shown in the picture above. 1. the log folder contains log.json which records the total number of downloaded posts and videos for the hashtags against the time stamp of when the script is run.