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
Release history Release notifications | RSS feed
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0834cf1f30806be76bd7f3c7506ba6ea28e478e57d3ee8cda1c7b70930b047aa |
|
MD5 | 39b2e261b9e4ea810917814ce0c467a0 |
|
BLAKE2b-256 | 24e7144a68ec822b4b459288f34d9abf800ba03772fede69cc4244a519b8c866 |