Skip to content

Installation

Dependencies

These distributions will be installed automatically when installing python-tiktok.

  • Requests is an elegant and simple HTTP library for Python, built for human beings.
  • dataclasses-json a library provides a simple API for encoding and decoding dataclasses to and from JSON.

Installation

From Pypi

$ pip install python-tiktok 

From source

use Poetry

$ git clone https://github.com/sns-sdks/python-tiktok
$ cd python-tiktok
$ make env
$ poetry build

Testing

Test the code, Run:

make test

See the coverage information:

make cov-term