Update README.md

This commit is contained in:
johannawild
2022-05-10 16:33:38 +02:00
committed by GitHub
parent 41007a8fa6
commit 2c345fa27a

View File

@@ -1,5 +1,5 @@
# TikTok hashtag analysis toolset
The tool helps to download posts and videos from TikTok for a given set of hashtags. It uses the [tiktok-scraper](https://github.com/drawrowfly/tiktok-scraper) Node package to download the posts and videos.
The tool helps to download posts and videos from TikTok for a given set of hashtags over a period of time. Users can create a growing database of posts for specific hashtags which can then be used for further hashtag analysis. It uses the [tiktok-scraper](https://github.com/drawrowfly/tiktok-scraper) Node package to download the posts and videos.
## Pre-requisites
1. Make sure you have Python 3.6 or a later version installed