!This package does not work at the moment!
It will in a few months though
TiktokScraper
Introduction
This packages helps you scrape various Tiktok data. Possible to use in code and via GUI in browser.
Prerequisites
To install the dependencies listed in requirements/base.txt, you can use:
$ pip install -r requirements/base.txt
User Guide
How to Install
Stable release
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.
From sources
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 .
How to Use
To use TiktokScraper in a project:
import tiktokscraper
Maintainers
Giebisch - Maintainer - rafael@giebisch-mail.de