Skip to content

johndryan/TumblrPhotoUploadr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TumblrPhotoUploadr

A simple tool for uploading all the photos in a directory to Tumblr. It posts them at the date and time they were created, and can add #tags to all posts if desired.

How to use

  1. Setup virtualenvwrapper and run it, e.g. workon uploadr.
  2. You'll need to ensure all the requirements are loaded: pip install -r requirements.txt
  3. Setup tumblr authentication. (Using PyTumblr's interactive_console.py file is easy). You'll need to add the following environment variables: CONSUMER_KEY, CONSUMER_SECRET, OAUTH_TOKEN, and OAUTH_SECRET.
  4. Then run python uploadr.py and follow the instructions!

About

Upload all photos in a folder to Tumblr with their file date/time and selected #tags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages