szdc / tiktok-api

Unofficial API wrapper for TikTok
MIT License
1.26k stars 279 forks source link

Get videos by Topic #219

Closed kicks66 closed 3 years ago

kicks66 commented 3 years ago

TikTok recently updated with a new section of their app called "Topics":

IMG_8083

Clicking on a Topic opens up a new infinite-scrolling stream of videos within that particular Topic. These videos do not have hashtags or particular descriptors that define them as being part of a Topic.

I'd like to know if its possible to find the routes which create this list of videos, and if its possible to integrate this into the API?

szdc commented 3 years ago

Intercept the traffic with an app like mitmproxy.

This project is no longer maintained so I can't help you more.