Update README.md

This commit is contained in:
johannawild
2022-02-25 19:33:09 +01:00
committed by GitHub
parent cb8f395f28
commit 23b08fca7b

View File

@@ -15,6 +15,10 @@ The tool helps to download posts and videos from tiktok for a given set of hasht
<code>data</code> folder contains all the downloaded data as shown in the pic above.
1. the <code>log</code> folder contains log.json which records the total number of downloaded posts and videos for the hashtags against the time stamp of when the script is run.
2. the <code>ids</code> folder contains two files <code>post_ids.json</code> and <code>video_ids.json</code> that records the ids of the downloaded posts and videos for each hashtag.
3. Each hashtag has a folder with two subfolders <code>posts</code> and <code>videos</code> that store posts and videos respectively. The posts are stored in the <code>data.json</code> file in the <code>posts</code> folder, and videos are stored as the <code>.mp4</code> files in the <code>videos</code> folder.
<img width="1301" alt="Screenshot 2022-02-25 at 19 14 06" src="https://user-images.githubusercontent.com/72805812/155766542-7de77313-6389-4ea2-aca5-b5f39fd70160.png">