0.0.1 • Published 9 years ago

albumkit v0.0.1

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
9 years ago

albumkit

Tool to download Picasa web albums.

Overview

TODO

Installation

Install with npm:

$ npm install --global albumkit

CLI

In the shell, run command albumkit. The available subcommands and their arguments are described in the sections below.

download

Downloads a Picasa web album to a directory in local filesystem.

  • url - a link to album RSS feed, for example http://picasaweb.google.com/data/feed/api/user/USER_NAME_OR_ID/album/ALBUM_NAME?authuser=0&authkey=AUTHORIZATION_KEY_IF_NECESSARY&feat=directlink&imgmax=d
  • dir - the destination directory for downloaded photos

Development

TODO