0.0.1 • Published 11 years ago
albumkit v0.0.1
albumkit
Tool to download Picasa web albums.
Overview
TODOInstallation
Install with npm:
$ npm install --global albumkitCLI
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