cli tool for archiving are.na channel content with ease.
available from the npm registry. requires node.js to be installed.
# install globally with npm
npm i -g arena-chan-dl
# install locally with git
git clone https://github.com/tg-z/arena-chan-dl
# go to repo dir
cd arena-chan-dl
# install dependencies
npm i
# help
arena-chan-dl -h, --help
# define channel-slug + output path
arena-chan-dl get <slug> <dir>
# download channel to a relative folder
arena-chan-dl get frog ./downloads
# download channel to custom directory
arena-chan-dl get frog ~/documents/promnesia/are.na
this is a fork of aredotna/download-arena-channel <3