avilash / TikTokAPI-Python

TikTok API Python Wrapper
http://avilashkumar.com/TikTokAPI-Python/
MIT License
442 stars 114 forks source link

getTrending only gets videos published by the official TikTok Acccount #74

Open Vishdafish126 opened 1 year ago

Vishdafish126 commented 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

ketanmalempati commented 11 months ago

Hey were you able to get it working?