Package: bskyr Title: Interact with 'Bluesky' Social Version: 0.5.0 Authors@R: person(given = "Christopher T.", family = "Kenny", role = c("aut", "cre"), email = "ctkenny@proton.me", comment = c(ORCID = "0000-0002-9386-6860")) Description: Collect data from and make posts on 'Bluesky' Social via the Hypertext Transfer Protocol (HTTP) Application Programming Interface (API), as documented at . This further supports broader queries to the Authenticated Transfer (AT) Protocol which 'Bluesky' Social relies on. Data is returned in a tidy format and posts can be made using a simple interface. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: cli, curl, dplyr, fs, httr2 (>= 1.0.0), mime, openssl, opengraph, purrr, rlang, stringi, stringr, tibble, tidyr Suggests: emoji, magick, jsonlite, knitr, rmarkdown, spelling, testthat (>= 3.0.0), vcr (>= 2.0.0), withr URL: https://github.com/christopherkenny/bskyr, http://christophertkenny.com/bskyr/ BugReports: https://github.com/christopherkenny/bskyr/issues Config/testthat/edition: 3 Config/Needs/website: christopherkenny/ctktemplate Language: en-US Depends: R (>= 4.2.0) VignetteBuilder: knitr Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libssl-dev Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-06-06 17:38:30 UTC RemoteUrl: https://github.com/christopherkenny/bskyr RemoteRef: HEAD RemoteSha: 1099e2af37e1375bc6cf057d0b057c634c79bfa0 NeedsCompilation: no Packaged: 2026-06-06 21:12:40 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ) Maintainer: Christopher T. Kenny