Skip to content

SHoeks/BandcampR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BandcampR

Download albums from bandcamp using R

Dependencies

The stringr package (https://cran.r-project.org/web/packages/stringr/stringr.pdf)

Future updates

  • Support for Mac and Linux
  • Better handling of foreign (non-standard) characters

Example (Windows only, for now)

Install package

library(devtools)
install_github("shoeks/BandcampR")

Load package

library(BandcampR)

Download album

DownloadAlbum('https://{artist_name}.bandcamp.com/album/{album_name}','C:/Users/{user_name}/Downloads')

This function requires two inputs:

  • The album url
  • The target path (download folder)

About

download albums from bandcamp using R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors