Learn R Programming

traktok (version 0.1.1)

tt_user_info_hidden: Get infos about a user from the hidden API

Description

[Works on: Unofficial API]

Access the publicly available information about a user.

Usage

tt_user_info_hidden(username, parse = TRUE)

Value

A data.frame or list of user info.

Arguments

username

A URL to a video or username.

parse

Whether to parse the data into a data.frame (set to FALSE to get the full list).

Examples

Run this code
if (FALSE) {
df <- tt_user_info_hidden("https://www.tiktok.com/@fpoe_at")
}

Run the code above in your browser using DataLab