Package: twscrapeR
Type: Package
Title: Twitter/X Scraping via Python's 'twscrape' Library
Version: 0.1.3
Date: 2026-05-23
Authors@R: c(
    person("Agustin", "Nieto", email = "agustin.nieto77@gmail.com", role = c("aut", "cre")),
    person("Claude", "AI", role = "ctb", comment = "Package development assistance")
    )
Description: A comprehensive R interface to Python's 'twscrape' library for scraping
    Twitter/X data. This package uses 'reticulate' to provide a seamless R interface to
    the fully functional Python 'twscrape' library. Supports searching tweets, user
    timelines, followers, and more, with built-in rate limiting and multi-account
    support. Built on top of 'twscrape' by vladkens
    <https://github.com/vladkens/twscrape> and inspired by 'snscrape' by
    JustAnotherArchivist <https://github.com/JustAnotherArchivist/snscrape>.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.6.0)
Imports: reticulate (>= 1.20), cli (>= 3.0.0), jsonlite
Suggests: dplyr, purrr, tibble, testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.3.3
URL: https://github.com/agusnieto77/twscrapeR
BugReports: https://github.com/agusnieto77/twscrapeR/issues
NeedsCompilation: no
Packaged: 2026-05-30 02:35:27 UTC; agustin
Author: Agustin Nieto [aut, cre],
  Claude AI [ctb] (Package development assistance)
Maintainer: Agustin Nieto <agustin.nieto77@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-03 13:10:02 UTC
