View source: R/graph_relationships.R
bs_get_relationships | R Documentation |
Get relationships between an account and other users
bs_get_relationships(
actor,
others,
user = get_bluesky_user(),
pass = get_bluesky_pass(),
auth = bs_auth(user, pass),
clean = TRUE
)
actor |
Character, length 1. name of 1 actor, such as |
others |
Optional, character vector of other users to look up relationships |
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::tibble of relationships
graph/getRelationships.json (2024-12-01)
v0.2.0
(2024-12-01)
bs_get_relationships('chriskenny.bsky.social', 'bskyr.bsky.social')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.