TikTokAPI-Python
TikTokAPI-Python copied to clipboard
getTrending only gets videos published by the official TikTok Acccount
api = TikTokAPI(cookie=cookie) retval = api.getTrending(count=5)
The above code only returns videos published by TikTok. This is the exact same behavior as described by this post on the David Teather repo: https://github.com/davidteather/TikTok-Api/issues/1003
Hey were you able to get it working?