tt_user_videos: Get videos from a TikTok user's profile
Description
Get all videos posted by a user (or multiple user's for the Research API).
Searches videos using either the Research API (if an authentication token
is present, see auth_research) or otherwise the unofficial hidden
API. See tt_user_videos_api or tt_user_videos_hidden respectively for
information about these functions.
Usage
tt_user_videos(username, ...)
Value
a data.frame containing metadata of user posts.
Arguments
username
The username or usernames whose videos you want to retrieve.
...
Additional arguments to be passed to the tt_user_videos_hidden or
tt_user_videos_api function.