Skip to main content

SmugMug Python API

Project description

The SmugMug API 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 SmugMug

API_KEY = "XXXXXXXXXXXXXXXXXXXXXXXXX"

smugmug = SmugMug(api_key=API_KEY, app_name="TestApp")
smugmug.login_anonymously()
albums = smugmug.albums_get(NickName="williams")

for album in albums["Albums"]:
    print "%s, %s" % (album["id"], album["Title"])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smugpy-0.3.0.zip (17.6 kB view details)

Uploaded Source

File details

Details for the file smugpy-0.3.0.zip.

File metadata

  • Download URL: smugpy-0.3.0.zip
  • Upload date:
  • Size: 17.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for smugpy-0.3.0.zip
Algorithm Hash digest
SHA256 6832213792a61e910c1cda303b507e398bd6855159d2e7097238498efadc09ee
MD5 7882644f27e070934cfa932066811740
BLAKE2b-256 971469cacf28549781002244525b0316652584b0eeaed0c88e6bf872a247e2c6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page