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

Getting " Please try again, that account does not exist, or something went wrong." code: config = get_config() @nextcord.slash_command(name="user", description="Check TikTok stats of user") async def user(self, interaction, username: str):...

bug

Despite the usage of proxies, there seems to still be the bug in regards to tiktok blocking the requests through captcha. Is there a way we could use a different...

bug

Hi all, I'm new to Python, so if my problem statement is unclear, please let me know and I'll do my best to explain it thoroughly. Thank you for any...

installation_help

Fill Out the template :) **I have installed all required library and still getting runtime error** A clear and concise description of what the bug is. **from TikTokApi import TikTokApi...

bug

I'd really like if there was a way to filter videos by the date they were posted on (e.g. query for videos about a keyword that have been posted today,...

feature_request

**Describe the bug** I'm trying to extract TikTok users' videos, however I'm getting TikTokNotFoundError **The buggy code** I'm just using code from the docs. As far as I know, it...

bug

Hi there, I am using the last version of the api. And using this example: from TikTokApi import TikTokApi with TikTokApi() as api: for video in api.trending.videos(): print(video.id) But I...

``` Traceback (most recent call last): File "C:\Users\Admin\Desktop\Tiktok-User-Video-Post-Scraper\test.py", line 12, in with TikTokApi() as api: File "C:\Users\Admin\anaconda3\lib\site-packages\TikTokApi\tiktok.py", line 119, in __init__ self._initialize( File "C:\Users\Admin\anaconda3\lib\site-packages\TikTokApi\tiktok.py", line 163, in _initialize self._browser =...

Describe the error I need to use VPN to login www.tiktok.com, but when i finished coding , displayed the below errors: requests.exceptions.ConnectionError: HTTPSConnectionPool(host='www.tiktok.com', port=443): Max retries exceeded with url: /...

installation_help

Both by_trending in v3 and v4/v5 api.trending.videos() returns nothing. I encountered this issue several days ago when my automated script quit returning results. My first assumption is that the cookie...

bug