Skip to content

Commit

Permalink
Added all files available publicly
Browse files Browse the repository at this point in the history
  • Loading branch information
portableant committed Aug 17, 2018
0 parents commit ac1f79c
Show file tree
Hide file tree
Showing 28 changed files with 460 additions and 0 deletions.
437 changes: 437 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Archive of University of Cambridge Soundcloud Broadcasts

This repository contains downloads for archiving purposes of the University of Cambridge Museums Soundcloud channel.

## Replicating how to get these

To download these files is quite simple and uses the Soundscrape archive. On OSX do the following:

mkdir ucamSoundcloud
cd ucamSoundcloud
mkdir broadcasts
cd broadcasts

I assume you have python and pip installed.

pip install soundscrape
soundscrape univ-of-cambridge-museums

After running the last command, you'll see the data download and your broadcast folder should fill up with mp3 files.

## License

The content is available under CC-BY-NC-SA license at the moment. This may change in future.
Loading

0 comments on commit ac1f79c

Please sign in to comment.