Skip to content

bpeck/tumblr-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tumblr Display

My intention is to create a lightweight framework for displaying a given tumblr nicely onscreen. It is written to be portable and easy to extend. My goal is run this software on a Raspberry Pi with a small lcd display, place a nice wooden frame around it and mount tumblr to my wall.

Python Dependencies

All available via easy_install or pip:

  • pygame
  • pytumblr
  • Python Image Library (Pillow) built with JPEG, ZLIB(PNG,GIF) support

Binary Dependencies

Gifsicle, a really great command-line tool for manipulating GIF images, is used for parsing animated GIFs. If gifsicle is not found in your PATH at runtime, then animated GIFs will not be displayed.

Tumblr API Setup - IMPORTANT

Sorry! You have to get an API key from tumblr to request other user's tumblr post data. Maybe I will write a scraper to get around this in the future, but for now, you'll have to:

  1. Sign up with Tumblr
  2. With newly created account, sign in and ask for an API key in the account dashboard.
  3. Open src/Settings.py, fill in the relevant string with your API key info.

Usage

cd src
python main.py

Releases

No releases published

Packages

No packages published

Languages