jemus42 / radarrr

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

Home Page:https://jemus42.github.io/radarrr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://jemus42.github.io/radarrr

License:Other


Languages

Language:R 100.0%