From db74373c3d0e5559f7afc79d2e90c7b4d683aa78 Mon Sep 17 00:00:00 2001 From: jowi-tech <72805812+jowi-tech@users.noreply.github.com> Date: Tue, 10 Aug 2021 19:09:00 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 301f450..93d90b4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # TikTok_plotter +## extract_date.py 1. Download and install TikTok scraper: https://github.com/drawrowfly/tiktok-scraper 2. Use the following command: python3 extract_date.py target_file.json hashtag 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. + +## extract_hashtag.py +1. Use the following command: python3 extract_hashtag.py target_file.json n +2. It will plot top n hashtag frequencies.