From 6a56c354e1e5d9f8ac59d79a0afac765c09094ee Mon Sep 17 00:00:00 2001 From: Tristan Lee Date: Wed, 6 Sep 2023 13:17:27 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f891ac..05aaf4e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ The tool helps to download posts and videos from TikTok for a given set of hasht You should now be ready to start using it. +The scraper this tool uses requires an `msToken` taken from the TikTok website on your browser. The first time you run the tool, it will ask for this token. You can see how to retrieve the token by accessing your browser's "Developer Tools", and how to input its value into the tool's command-line interface in [this video](https://github.com/bellingcat/tiktok-hashtag-analysis/assets/18430739/b9d40957-c59e-4b6d-a843-13d210f89055). ## About the tool ### Command-line arguments @@ -146,4 +147,4 @@ and then run the tests using the following command: pytest ``` -This repo uses [black](https://github.com/psf/black) to format source code, please run the `black` command before submitting a PR. \ No newline at end of file +This repo uses [black](https://github.com/psf/black) to format source code, please run the `black` command before submitting a PR.