TikToker::Util
Class methods
build_profile_url(username, language = "en")
Builds a TikTok::UserProfile URL. Used to extract user info directly
from the portal.
TikTok::Util.build_profile_url("username")
# => https://www.tiktok.com/@username?lang=en
generate_did
Generates a random TikTok did (device ID). Keep in mind that this token is supposed to be long-lived and consistent between requests.
TikTok::Util.generate_did # => 3745502480601580487
retry_on_connection_error
Source