TikTok-Api icon indicating copy to clipboard operation
TikTok-Api copied to clipboard

The Unofficial TikTok API Wrapper In Python

Results 160 TikTok-Api issues
Sort by recently updated
recently updated
newest added

**Describe the bug** api.trending.videos is not returning any results. Stepping into the TikTok-Api code reveals that TikTok is responding with status_code 0 with no other objects in the response: ![image](https://user-images.githubusercontent.com/8267794/166878752-62bc1492-a0ea-4285-9e9e-6c84d5eb6031.png)...

bug

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

feature_request

**Bug description** The code says that there's no parent/that this TikTok is not an duet or stitch of an TikTok and that's true. I just want to get the bytes...

bug

**Describe the bug** The suggested quickstart code doesn't work / doesn't produce results. No trending videos? **The buggy code** ```sh pip install TikTokApi==5.2.2 python -m playwright install ``` Preferably the...

bug

Fill Out the template :) **Describe the bug** I believe have installed all required library and still getting runtime error. When I run the code (pasted below), it gives me...

bug

Fill Out the template :) **Describe the bug** A clear and concise description of what the bug is. **The buggy code** Please add any relevant code that is giving you...

bug

Hi, I have a problem just with a basic exercise taken from the guide ```py from TikTokApi import TikTokApi with TikTokApi() as api: user = api.user(username="therock") for video in user.videos():...

bug

Hi, so I go straight to the point. I reveresed tiktok about a month ago, I can get any data I want, I can do any actions I want. BUT...

feature_request

**Is your feature request related to a problem? Please describe.** I am getting a lot of "tiktok blocks this request by displaying captcha" errors but it works fine on browser....

feature_request

**Describe the bug** When using `video.comments()`, we are not receiving the whole list of comments per page. **The buggy code** On videos with low comments, you can verify that the...

bug