From 28b6ede51f68f2ead2aad530708cab31224ccc40 Mon Sep 17 00:00:00 2001 From: jowi-tech <72805812+jowi-tech@users.noreply.github.com> Date: Wed, 11 Aug 2021 18:39:10 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 93d90b4..e6aa515 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # TikTok_plotter +The project provides tools to analyze hashtags within posts scraped from TikTok. + ## 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 @@ -9,3 +11,6 @@ The command in point 2 uses the extract_date.py script to extract the dates and ## extract_hashtag.py 1. Use the following command: python3 extract_hashtag.py target_file.json n 2. It will plot top n hashtag frequencies. + +## extract_posts.py +1. Use the following command: python3 extract_posts.py target_file.json hashtag