The goal of instr is to wrap the
instaloader Python module.
instr is a updated fork of Fabio
Votta’s
instaloadeR.
You can install the development version from GitHub with:
# install.packages("remotes")
remotes::install_github("JBGruber/instr")After installing the R package, you also need the Python backend. We provide a function that sets this up automatically:
library(instr)
install_instaloader()Learn more at https://jbgruber.github.io/instr/
