This repository was archived by the owner on Jun 22, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
TikTok
Omri Bornstein edited this page Mar 25, 2020
·
4 revisions
Command for scraping TikTok post file.
- You should use this software with responsibility and with accordance to TikTok's terms of use:
You may not:
- use automated scripts to collect information from or otherwise interact with the Services;
$ scr tiktok USER POST
-
-h,--headless: Toggle for background scraping.
- The user specifies the social network and the desired post ID.
- The Chromium bot browser is opened.
- Puppeteer navigates to the post.
- Puppeteer loads all available files and their URLs.
- The CLI downloads the files to the current codebase directory.
- The bot browser is closed.
- The command is terminated by the Node.js runtime.