From 91b68cb54ec0fd1d81729cd29b4da6cc078bcff9 Mon Sep 17 00:00:00 2001 From: jowi-tech <72805812+jowi-tech@users.noreply.github.com> Date: Wed, 11 Aug 2021 19:13:57 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3baf449..19155a0 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ The project provides tools to analyze hashtags based on data downloaded using ti ## extract_date.py 1. Use the following command: python3 extract_date.py target_file.json hashtag_name - -The command in point 2 uses the extract_date.py script to extract the dates and the corresponding number of hashtag posts for each date that the TikTok scraper retrieves in the .json file. +2. The command above uses the extract_date.py script to extract the dates and the corresponding number of hashtag posts for each date that the TikTok scraper retrieves in the .json file. ## extract_hashtag.py 1. Use the following command: python3 extract_hashtag.py target_file.json n -2. It will plot top n hashtag frequencies. Recommendation n < = 10 for easy to read and analyze. +2. The command above will plot top n hashtag frequencies based on the json file downloaded using tiktok scraper for a given hashtag. Recommendation n < = 10 for easy to read and analyze. ## extract_posts.py 1. Use the following command: python3 extract_posts.py target_file.json hashtag_name +2. The command above pulls out all the posts for the hashtag hashtag_name from the downloaded tiktok scraper data.