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.1.zip (17.5 kB view details)

Uploaded Source

File details

Details for the file smugpy-0.3.1.zip.

File metadata

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

File hashes

Hashes for smugpy-0.3.1.zip
Algorithm Hash digest
SHA256 0834cf1f30806be76bd7f3c7506ba6ea28e478e57d3ee8cda1c7b70930b047aa
MD5 39b2e261b9e4ea810917814ce0c467a0
BLAKE2b-256 24e7144a68ec822b4b459288f34d9abf800ba03772fede69cc4244a519b8c866

See more details on using hashes here.

Supported by

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