smugpy

SmugMug Python API
Download

smugpy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Chris Hoffman
  • Publisher web site:
  • http://github.com/chrishoffman/

smugpy Tags


smugpy Description

smugpy is a Python interface to the SmugMug API, which lets to you access your albums, photos, and videos, and much more. See http://wiki.smugmug.net/display/API/ for more information.Example:from smugpy import SmugMugAPI_KEY = "XXXXXXXXXXXXXXXXXXXXXXXXX"smugmug = SmugMug(api_key=API_KEY, app_name="TestApp")smugmug.login_anonymously()albums = smugmug.albums_get(NickName="williams")for album in albums: print "%s, %s" % (album, album)Product's homepage


smugpy Related Software