Code Monkey home page Code Monkey logo

fotocomedown's Introduction

fotocomedown

Build Status License

fotocomedown is a command line tool to download all your photos from fotocommunity.de.

Warning

This script scrapes the HTML UI of fotocommunity.de. It is by nature a brittle situation that can break whenever fotocommunity changes the UI. I can try to keep up, but no promises. PRs are always welcome.

Motivation

My father is a pretty good amateur photographer and has been a member of fotocommunity.de for a long time. He has accumulated a large collection of photos on the site. Unfortunately he has not organized this collection locally on his computer and photos are scattered over many hard disks and directories. fotocommunity.de does not offer the functionality of downloading all of ones photos with one action. One can go to each image and click on the "Original Image" link and then download it, but that is super tedious. So in the spirit of data portability I made this simple script.

Installation

  • Install Go:

Visit http://golang.org/doc/install and follow instructions for your platform.

Edit your ~/.bash_profile file adding the following lines:

export GOPATH=$HOME/go
export PATH=/usr/local/go/bin:$HOME/go/bin:$PATH

Reload your profile file:

. ~/.bash_profile
  • Install fotocomedown
go get github.com/uwedeportivo/fotocomedown

Usage

Open a terminal and use fotocomedown. You will be prompted for the password of the user you specify.

NAME:
   fotocomedown - command line app downloads all your photos from fotocommunity.de

USAGE:
   fotocomedown [global options]

VERSION:
   1.0

DESCRIPTION:
   Download all your photos from fotocommunity.de.

AUTHOR:
   Uwe Hoffmann

COMMANDS:
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --out DIR, -o DIR     Output DIR where images are downloaded to. If not specified uses current working dir. If it doesn't exist, creates it.
   --user USER, -u USER  fotocommunity.de USER for whom images are downloaded
   --help, -h            show help
   --version, -v         print the version

COPYRIGHT:
   Uwe Hoffmann (c) 2018

fotocomedown's People

Contributors

uwedeportivo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.