Skip to contents

Create a new starter pack

Usage

bs_new_starter_pack(
  name,
  list,
  description,
  feeds,
  user = get_bluesky_user(),
  pass = get_bluesky_pass(),
  auth = bs_auth(user, pass),
  clean = TRUE
)

Arguments

name

Character. Display name for starter pack

list

Character. List to base the starter pack on. If not provided, a new list will be created.

description

Optional character. Description of the list.

feeds

Optional character. List of feed items to include in starter pack.

user

Character. User name to log in with. Defaults to get_bluesky_user().

pass

Character. App password to log in with. Defaults to get_bluesky_pass().

auth

Authentication information. Defaults to bs_auth(user, pass).

clean

Logical. Should output be cleaned into a tibble? Default: TRUE.

Value

a tibble::tibble of post information

Function introduced

v0.2.0 (2024-12-04)

Examples

if (FALSE) { # has_bluesky_pass() & has_bluesky_user()
bs_new_starter_pack('bskyr test')
}