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

Hi, I try to use TikTokApi via Zenscrape proxy, so according it's documentation I must provide my api key as one of request's headers. Here is a request example from...

installation_help

Incredibly useful given the wrapper does not support links that do not follow the tiktok.com/@-/video/ format.

**Is your feature request related to a problem? Please describe.** Trying to use this api with a discord bot which requires it to be inside an async function. playwright says...

feature_request

So, after some digging in the network tab, it looks like the logged-in user's following list can be retrieved via these URLS (on browser at least): ### **Initial List** For...

feature_request

The current solution isn't great as verifyFp probably expires after some given amount of time. We need to find a way to solve the captcha for a given verifyFp cookie....

feature_request
priority

This is issue is more of a reminder for myself to add this. #396 has code that works for the person who created it.

feature_request

I tried to launch the example code but nothing happened. No error, no exception. I'm on Ubuntu and I have already checked for any similar issue but I didn't found...

installation_help

i need to get the cookie param ttwid. and i found that it's from the request which uri like 'https://www.toutiao.com/ttwid/union/register/callback/?aid=24&ticket=12aqrnUkt65ug3oVb67kPYDYFP_idbm0242c1tLIKuTeGzgKzAaEBzs14HdADfjZb'. but i didn't find where the ticket from and how...

bug

So there is a count parameter in the [hashtag videos api](https://dteather.com/TikTok-Api/docs/TikTokApi/api/hashtag.html#Hashtag.videos), and the returned videos are less than the integer I am specifying. ``` In [40]: videos=list(api.hashtag(name='maga').videos(count=10000)) In [41]: len(videos)...

bug

Both `video.info()` and `video.info_full()` return playCount values, but those values start to be rounded at a certain threshold. For example, I tried looking at views for [this video](http://www.tiktok.com/@theresa.leung/video/7117663869073591598). TikTokApi returns...