FlickrTrickle

Nolan Caudill
Nolan’s Internet House
3 min readMar 30, 2013

This is a little tool that I wrote a couple of years ago that I think a handful of people use occasionally. To keep up with my philosophy of “if it can be open sourced, it should be open sourced,” combined with asking for people’s read-and-write privileges to their Flickr accounts without showing the code, I finally got around to taking out the secret config bits, writing a README and opening it up. Below is a copy of the README.

What?

FlickrTrickle lets you slowly introduce photos you upload to Flickr into your contact’s streams so they’ll get seen by working around Flickr’s interface that only shows the last five photos show from a contact, regardless of how many they just uploaded.

This is the code behind FlickrTrickle.

Why?

So let’s say you go on a trip, like hiking the Appalachians, touring federal prisons, or visiting Disneyland, and get shutter-happy and take more than 5 photos. With the rise of digital cameras, taking multiple pictures in one day is not unheard of, and is practically encouraged in some circles. Now, you want to upload your more-than-a-handful number of pictures to Flickr. You’re quite proud of these photos, either due to their composition, their dynamics, or the way the light plays softly against edges of your latte art next to the kitten, and want your friends to see them. But Flickr (rightfully) wants to keep your photos-from-your-friend’s stream from being dominated by one person if they were to upload 150 photos so they only show the last five uploaded from each your contacts. This is very egalitarian of them.

Through anecdotal experience, anything beyond that 5-photo barrier gets next to no views. Maybe my storytelling abilities don’t drive people to want to see those next photos but the interface doesn’t help me out either.

You want more. You want your friends to see your photos. The best way to make this happen for me is to only upload a maximum of five at a time. Remembering to do this and keeping track of what you’ve already made public is an exercise in bookkeeping, something that computers are quite good at and my wife will attest to that I’m terrible at.

How?

The way around this is to use three different Flickr features: tags, privacy settings, and the date-posted-at attribute.

Flickr sorts your photos in the global stream by the date posted to Flickr. Like most things on the site, this is adjustable by the API, meaning you can lie to the computers and say “yep, I uploaded this one a second ago even though you saw me upload it two weeks ago.” Computers are gullible that way. We can use that superpower and upload photos to Flickr whenever we’d like but set them private just to get them up there. Sometimes you want a photo to be a private without being visible to this trickling-interface (trickle-face?) so the code only pulls photos you’ve tagged with “flickrtrickle.”

Then through a magical web interface (aka, this code), you select the ones you want to be visible to your friends and the date stuff automatically work itself out so it looks like you uploaded them at that moment.

You get to upload all your photos to Flickr at one time, and then “trickle” them in a few at a time.

--

--

Nolan Caudill
Nolan’s Internet House

I lead Slack’s Internal Tools department, a set of teams focused on developer productivity.