The API is for scraping only and gives the ability to access the following data from tiktok:
- Post information (Including the watermark and no watermark video url)
- Post comments
- User data
- User posts
- People following a user
- People the user is following
(Updated @ 12-12-2021) V0.1.0 Beta for Python 3.x.x
This API requires the requests lib https://docs.python-requests.org/en/latest/
(will provide a better documentation later)
Use example.py for now