Main function to get data from tiktok

get_n(
  scope,
  n = 10000,
  start_date = lubridate::dmy("01-01-1900"),
  cursor = 0,
  query_1 = NULL,
  query_2 = "",
  save_dir = NULL,
  query = NULL,
  ...
)