Skip to content

daneroo/snookr4go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snookr for Go

Re-implement the parts of snookr4gv2, which is in Groovy

Start from example in this tutorial, and also the example in exifstat folder of rwcarlsen's exif lib

The parts

-Scan the file system -Read Exif data for a file: Date,Camera,Owner -Get FileInfo, md5, sha1 -Marshal JSON -Talk to Flickr: getPhotoList, uploadPhoto. (oauth can be reused from snookr4gv2/auth-node) -Define interfaces for...

Code Organization

  • snookrstat: Command line utility

    go run snookrstat/snookr.go images/ notExist images/dad.jpg

  • FileWalking

  • Exif manipulation

  • Flickr stuff

References

JSON

Concurrency

Flickr packages

About

Port of sookr4g2 to Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages