bs_get_relationships: Get relationships between an account and other users

View source: R/graph_relationships.R

bs_get_relationshipsR Documentation

Get relationships between an account and other users

Description

Get relationships between an account and other users

Usage

bs_get_relationships(
  actor,
  others,
  user = get_bluesky_user(),
  pass = get_bluesky_pass(),
  auth = bs_auth(user, pass),
  clean = TRUE
)

Arguments

actor

Character, length 1. name of 1 actor, such as 'chriskenny.bsky.social'

others

Optional, character vector of other users to look up relationships

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 relationships

Lexicon references

graph/getRelationships.json (2024-12-01)

Function introduced

v0.2.0 (2024-12-01)

Examples


bs_get_relationships('chriskenny.bsky.social', 'bskyr.bsky.social')


bskyr documentation built on June 8, 2025, 10:33 a.m.