An open API service indexing awesome lists of open source software.

https://github.com/drawveloper/fotolog-backup

A utility to download all photos from fotolog.com service for a given user
https://github.com/drawveloper/fotolog-backup

Last synced: over 1 year ago
JSON representation

A utility to download all photos from fotolog.com service for a given user

Awesome Lists containing this project

README

          

# Fotolog Backup

Fotolog has no "export pictures" feature.

It has now.

### Usage

git clone https://github.com/firstdoit/fotolog-backup.git
cd fotolog-backup
npm i
coffee fotolog-build-index.coffee
coffee fotolog-download.coffee

Cheers

**Important**: requires node.js and coffee-script, naturally.
Install it with:

npm i -g coffee-script