TikTokAPI-Python
TikTokAPI-Python copied to clipboard
TikTok API Python Wrapper
I'm checking for new videos from a specific user every 15min using `.getUserByName()` but I think my IP was banned because the same script works in another machine and stopped...
Hey there, i want to know what "is_digg" means.. due on my devices when i like a post it shows up this ( THIS DOESNT SAVE THE LIKE ) status_code":0,"is_digg":1...
I always get this Error. Can anybody help me there? I guess it doesn't work because of the cookie-keys. Which of them are the right one to fill them into...
from TikTokAPI import TikTokAPI ModuleNotFoundError: No module named 'TikTokAPI'
I cant use getVideosByUserName(userename, count) function. It always return user_obj = user_data["userInfo"]["user"] error.
getVideosByHashTag returning error code 10000. (Quick googling say it is captcha response.) Did anyone get this issue. Is there any workaround for this error. Below is complete response. { 'code':...
I keep getting {'statusCode': 0} for my results.. I did set the cookie properly
``` from TikTokAPI import TikTokAPI cookie = { "s_v_web_id": "...", "tt_webid": "..." } api = TikTokAPI(cookie=cookie) user_videos = api.getLikesByUserName("my.username") print(user_videos) ``` I always get {statusCode: 0} even though my cookie...
I'm trying to use it in my program on Ubuntu 16.04 + Python3.9. On Windows it works good and stable but on Ubuntu it raises such erorrs: Traceback (most recent...
any attemtp to get the user video, custom or not, on multiple types of API, not only this one, now returns StatusCode: '0'. Anyone knows if something recently changes within...