davidteather / TikTok-Api

The Unofficial TikTok API Wrapper In Python
https://davidteather.github.io/TikTok-Api
MIT License
4.76k stars 960 forks source link

[FEATURE_REQUEST] Is it possible to get the list of last 10 videos of the user by secUid or nickname? #1094

Open DenMaslov opened 9 months ago

DenMaslov commented 9 months ago

Is your feature request related to a problem? Please describe.

As a user of the platform, I would like to have the ability to retrieve the list of the last 10 videos of a user using either their secUid or nickname. This feature would enhance the user experience by providing a convenient way to access and display recent content for a given user.

Describe the solution you'd like

Currently, users often seek to showcase or interact with the most recent content posted by a specific user. By introducing this feature, developers and applications can easily integrate a functionality that fetches the last 10 videos based on a user's unique identifier (secUid) or username (nickname).

Describe alternatives you've considered Parsing by hashtag (but its not accurate)

Additional context This feature request is based on the community's desire for improved access to recent user content and can contribute to a more versatile and user-friendly platform.