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 Screenshot 2022-02-25 at 19 04 26 $ 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