TikTokAPI-Python icon indicating copy to clipboard operation
TikTokAPI-Python copied to clipboard

getTrending only gets videos published by the official TikTok Acccount

Open Vishdafish126 opened this issue 2 years ago • 1 comments

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

Vishdafish126 avatar Apr 18 '23 04:04 Vishdafish126

Hey were you able to get it working?

ketanmalempati avatar Aug 08 '23 23:08 ketanmalempati