Skip to contents

Guides you through authentication for the hidden/unofficial API#'

Usage

auth_hidden(cookiefile, live = interactive())

Arguments

cookiefile

optional path to your cookiefile. See vignette("unofficial-api", package = "traktok") for more information on authentication.

live

opens Chromium browser to guide you through the auth process.

Value

nothing. Called to set up authentication

Examples

if (FALSE) { # \dontrun{
# to run through the steps of authentication
auth_hidden()
# or point to a cookie file directly
auth_hidden("www.tiktok.com_cookies.txt")
} # }