It will in a few months though
This packages helps you scrape various Tiktok data. Possible to use in code and via GUI in browser.
To install the dependencies listed in requirements/base.txt, you can use:
$ pip install -r requirements/base.txt
To install TiktokScraper, run this command in your terminal:
$ python -m playwright install
$ pip install playwright
$ playwright install
This is the preferred method to install TiktokScraper, as it will always install the most recent stable release.
The sources for TiktokScraper can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone https://github.com/Giebisch/TiktokScraper.git
Once you have a copy of the source, you can install it with:
$ python setup.py install
or
$ pip install .
To use TiktokScraper in a project:
import tiktokscraper
- Giebisch - Maintainer - rafael@giebisch-mail.de