View source: R/record_follow.R
bs_follow | R Documentation |
Follow an account
bs_follow(
subject,
user = get_bluesky_user(),
pass = get_bluesky_pass(),
auth = bs_auth(user, pass),
clean = TRUE
)
subject |
Character, length 1. Subject to act on, as a handle or did. |
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 follow information
graph/list.json (2024-12-02) repo/createRecord.json (2024-12-02)
v0.2.0
(2024-12-02)
bs_follow(subject = 'chriskenny.bsky.social')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.