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 so i am trying to download a bunch of videoes quick, but the video.bytes function does not work. And by the name i would think it was because of...

bug

I'm unable to run even the examples with an added ms_token, I'm not sure if i had done everything right but i cant seem to understand exactly if i had...

bug

I am trying to do a frontier BFS search on the hashtags. But I cannot go to the second hashtag. ```python async def get_hashtags(self, depth = 5): async with TikTokApi()...

installation_help

## IN THE CASE THAT IT BITES YOU TO INSTALL LIBRARIES LIKE PANDAS OR SOME OTHER LIBRARY, JUST INSTALL ### This is not a problem but it helps some users...

installation_help

How can i get any account region from @username?

feature_request

When trying to create a session with the cookies argument in subsequent requests (e.g. user(username“...”).info()) - will constantly return an error TikTok returned an empty response. At the same time...

bug

TikTokAPI lacks in getting information about users the function of getting subscribers and subscriptions. If someone has a ready code or an idea with implementation, please write here

feature_request

Hi everyone, I want to get the video download url when searching by hashtag using Tiktok-Api(V6.3.0). I already checked downloadAddr and playAddr, but found that access to this url is...

feature_request

**Describe the bug** I try to retrieve public user data for a list of TikTok accounts. This usually works fine, but there are some issues with this library, which should...

bug

Hey everyone, looking through the library I've noticed that the url to get info from is always this tiktok.com/api/[required param] and so I was wondering if there is any explicit...