Package: bskyr
Title: Interact with 'Bluesky' Social
Version: 0.1.0
Authors@R: 
    person(given = "Christopher T.",
           family = "Kenny",
           role = c("aut", "cre"),
           email = "christopherkenny@fas.harvard.edu",
           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 <https://atproto.com/specs/xrpc>. This 
    further supports broader queries to the Authenticated Transfer (AT) Protocol
    <https://atproto.com/> 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
RoxygenNote: 7.2.3
Imports: cli, dplyr, fs, httr2, lubridate, mime, purrr, rlang, stringi,
        stringr, tibble, tidyr
Suggests: httptest2, jsonlite, spelling, testthat (>= 3.0.0)
URL: https://github.com/christopherkenny/bskyr,
        http://christophertkenny.com/bskyr/
BugReports: https://github.com/christopherkenny/bskyr/issues
Config/testthat/edition: 3
Language: en-US
NeedsCompilation: no
Packaged: 2023-11-26 21:46:36 UTC; chris
Author: Christopher T. Kenny [aut, cre]
    (<https://orcid.org/0000-0002-9386-6860>)
Maintainer: Christopher T. Kenny <christopherkenny@fas.harvard.edu>
Repository: CRAN
Date/Publication: 2023-11-26 22:00:03 UTC
Built: R 4.2.0; ; 2023-12-22 13:12:55 UTC; unix
