From 63481427731e1be67bbdca0a06100a972522fb59 Mon Sep 17 00:00:00 2001
From: johannawild <72805812+johannawild@users.noreply.github.com>
Date: Wed, 4 May 2022 00:33:25 +0200
Subject: [PATCH] Update README.md
---
README.md | 29 +++++++++++++++++++----------
1 file changed, 19 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index f2665dc..2eb08ab 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,25 @@ The tool helps to download posts and videos from tiktok for a given set of hasht
3. Go to the project folder and run python3 -m venv env
5. Run pip install -r requirements.txt
+
+
+
+ $ python run_downloader.py -h
+ usage: run_downloader.py [-h] [-t [T [T ...]]] [-f F] [-p] [-v]
+
+ Download the tiktoks for the requested hashtags
+
+ optional arguments:
+ -h, --help show this help message and exit
+ -t [T [T ...]] List of hashtags
+ -f F File name with the list of hashtags
+ -p Download posts
+ -v Download videos
+
+
+
+
+
### Options for running run_downloader.py
python3 run_downloader.py -h
@@ -15,16 +34,6 @@ The tool helps to download posts and videos from tiktok for a given set of hasht
$ python run_downloader.py -h
-usage: run_downloader.py [-h] [-t [T [T ...]]] [-f F] [-p] [-v]
-
-Download the tiktoks for the requested hashtags
-
-optional arguments:
--h, --help show this help message and exit
--t [T [T ...]] List of hashtags
--f F File name with the list of hashtags
--p Download posts
--v Download videos