Open Vishdafish126 opened 1 year ago
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?
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