From 920110e26160f7b4a6759d1c847545428db7a8ed Mon Sep 17 00:00:00 2001
From: johannawild <72805812+johannawild@users.noreply.github.com>
Date: Fri, 25 Feb 2022 19:58:08 +0100
Subject: [PATCH] Update README.md
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 77e757c..a933829 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,8 @@ Run the run_downloader.py with the following option:
### Video download
python3 run_downloader.py --h london -v
+1. --h option allows to type in the list of hashtags as command line argument.
+2. -v option is for downloading the videos
The above code download all the trending videos for the hashtag london. Note that video downloading is a time and data rate consuming task, as a result we strongly recommend to use one hashtag at a time so as to avoid complications.
@@ -51,4 +53,6 @@ The figure above shows the top 20 occurring hashtags among all the posts downloa
2. Printing the result in the shell: python3 hashtag_frequencies.py -d ../data/london/posts/data.json 20 -v
+The same result of 1 is printed in the shell. The last column shows the ratio of the occurrence to the total posts.
+