Skip to content

Scala tool to help sort your Flickr photostream according to the date of the photos. !!!Very early work!!!

Notifications You must be signed in to change notification settings

mellson/FlickrSorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlickrSorter

!!! Very early work, use on own risk !!!

Scala tool to help sort your Flickr photostream according to the date of the photos.

This is a very early prototype that I have used to sort my own Flickr photostream. You should be able to insert your own keys in FlickrKeys.scala and use it yourself.

Your own FlickrKeys.scala should have a structure like so:

object FlickrKeys {
  val apikey = ""
  val secret = ""

  val authtoken = ""
  val userid = ""
}

Hopefully I will get time to update the code in the future. If you want to use it and have questions, please just write me.

About

Scala tool to help sort your Flickr photostream according to the date of the photos. !!!Very early work!!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages