Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakutis/albumkit
Tool to download Picasa web albums.
https://github.com/jakutis/albumkit
Last synced: 6 days ago
JSON representation
Tool to download Picasa web albums.
- Host: GitHub
- URL: https://github.com/jakutis/albumkit
- Owner: jakutis
- License: gpl-3.0
- Created: 2014-01-04T11:18:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-18T19:30:41.000Z (almost 11 years ago)
- Last Synced: 2024-11-14T23:09:45.748Z (2 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.org/package/albumkit
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# albumkit
Tool to download Picasa web albums.
- [Overview](#overview)
- [Installation](#installation)
- [CLI](#cli)
- [Development](#development)## Overview
TODO
## Installation
Install with [npm](https://www.npmjs.org/package/albumkit):
$ 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