View source: R/actor_profile.R
bs_get_profile | R Documentation |
Get Profile for a Bluesky Social User
bs_get_profile(
actors,
user = get_bluesky_user(),
pass = get_bluesky_pass(),
auth = bs_auth(user, pass),
clean = TRUE
)
actors |
character vector of actor(s), such as |
user |
Character. User name to log in with. Defaults to |
pass |
Character. App password to log in with. Defaults to |
auth |
Authentication information. Defaults to |
clean |
Logical. Should output be cleaned into a |
a tibble with a row for each actor
actor/getProfiles.json (2023-10-01) actor/getProfile.json (2023-10-01)
v0.0.1
(2023-10-01)
bs_get_profile('chriskenny.bsky.social')
bs_get_profile(actors = c('chriskenny.bsky.social', 'simko.bsky.social'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.