Metadata-Version: 2.1
Name: tiktok-stats
Version: 0.0.2
Summary: TikTok Scraper and stat calculator
Home-page: UNKNOWN
Author: Maciej Janowski
Author-email: maciekjanowsk@icloud.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4 (==4.9.1)
Requires-Dist: requests (==2.23.0)


# tiktok-stats: Scraper and Stats calculator for TikTok

![PyPi](https://img.shields.io/pypi/v/tiktok-stats.svg)

## Installation

```shell
pip install tiktok-stats
```

## How to use it

### Basic usage:

```python
from tiktok_stats.tiktok import TikTokUser


user = TikTokUser(username='username')
stats = user.calculate_engagement()
```

