Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

kwbr/tumbldown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

USAGE

    tumbldown SITE [DIRECTORY]

EXAMPLES

    Update a bunch of directories named after a tumblr site:

    for file in *; do
        if [ -d $file ]; then
            tumbldown $file
        fi
    done

RELATED PROJECTS

    https://github.com/nixterrimus/tumbld
    https://github.com/jamiew/tumblr-photo-downloader
    https://github.com/davidshaw/Tumblr-Scrape
    https://github.com/eljudni/fetchTumblrPics

COPYING

    This is MIT licensed Free Software

    Copyright (C) 2013 by
    Kai Weber

About

Download images from tumblr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages