/radarrr

A minimal Radarr API wrapper in R that's *really* minimal

Primary LanguageROtherNOASSERTION

radarrr

CRAN status Lifecycle: experimental R-CMD-check

The goal of radarrr is to get movies out of Radarr. The API is documented here.

At this point, the package only provides one function: get_movies, which returns a tibble of all the movies Radarr knows about. Nothing less, nothing more, because that’s the only thing I’m really interested in with the Radarr API.

Installation

remotes::install_github("jemus42/radarrr")

To use it, it’s easiest to supply your API credentials via ~/.Renviron, like so:

# radarr
radarr_url=http://radarr.mydomain.tld
radarr_apikey=thisisanalphanumericstring