| bs_get_follow_suggestions {bskyr} | R Documentation | 
Get suggested follows related to a given actor
Description
Get suggested follows related to a given actor
Usage
bs_get_follow_suggestions(
  actor,
  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  | 
| 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  | 
Value
a tibble::tibble of actors
Lexicon references
graph/getSuggestedFollowsByActor.json (2023-10-02)
Function introduced
v0.0.1 (2023-10-02)
Examples
bs_get_follow_suggestions('chriskenny.bsky.social')
[Package bskyr version 0.1.2 Index]