Categorygithub.com/toomore/lazyflickrgo
repository
1.7.0
Repository: https://github.com/toomore/lazyflickrgo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

LazyFlickrGo

GoDoc

Because of more photos need to share, but no time to do that. OK, write some code for sharing photos.

Completed:

  • AuthGetFrob (flickr.auth.getFrob)
  • AuthGetToken (flickr.auth.getToken)
  • GroupsGetInfo (flickr.groups.getInfo)
  • GroupsPoolsAdd (flickr.groups.pools.add)
  • PeopleFindByEmail (flickr.people.findByEmail)
  • PeopleFindByUsername (flickr.people.findByUsername)
  • PeopleGetGroups(flickr.people.getGroups)
  • PhotosGetInfo (flickr.photos.getInfo)
  • PhotosGetSizes(flickr.photos.getSizes)
  • PhotosLicensesGetInfo (flickr.photos.licenses.getInfo)
  • PhotosSearch (flickr.photos.search)
  • PhotosetsGetInfo (flickr.photosets.getInfo)
  • PhotosetsGetPhotos (flickr.photosets.getPhotos)
    • PhotosetsGetPhotosAll (Get all pages data)

Environment vars (some vars just for testing):

  • FLICKRAPIKEY (Get from Apps.Create)
  • FLICKRSECRET (Get from Apps.Create)
  • FLICKRUSERTOKEN (Get from user auth AuthGetFrob, AuthGetToken)
  • FLICKRUSER (Only for testing)
  • FLICKRGROUPID (Only for testing)
  • FLICKRPHOTOID (Only for testing)

... and still in development.