Skip to content

nagyistge/fotobilder-spiegel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT
=====

This program intelligently mirrors an entire FotoBilder account (all
galleries & pictures).  FotoBilder is the software the runs
LiveJournal's photo galleries, and previously ran picpix.com, which is
now apparently shutting down.

This tool fetches public galleries & photos only when passwords
aren't handy.

If you have the passwords, you should probably use the fotoup.pl
(found elsewhere) and its --backup mode, which uses the authenticated
fotobilder API.


INSTALLING
==========

* Install Go (from http://golang.org/)

$ export GOROOT=/path/to/your/go/root
$ make
$ ./spiegel --help

Usage of ./spiegel:
  -base="": e.g. http://www.picpix.com/username (no trailing slash)
  -concurrency=20: Max concurrent requests
  -dest="": Destination backup root
  -sloppy=false: Continue on errors

About

Mirror photos & galleries from FotoBilder / LiveJournal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.9%
  • Makefile 1.1%