Skip to content

Use SmugMug's API v2 to create folders, create albums, and upload images in python3.

License

Notifications You must be signed in to change notification settings

SkiTheSlicer/smugmug-api-v2-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SmugMug API v2 Uploader

Objectives

  • Create top-level folder, create album, and upload image, given a SmugMug account.
  • Utilize v2 of the SmugMug API.

3rd-Party Dependencies

  • requests
  • requests_oauthlib

Obstacles

  • Most python examples I found of API v2 interaction either:
    • Use python2.
    • Use an outdated version of the API.
    • Are bogged down by excessive use of classes.
  • The rauth OAuth library described in SmugMug Documentation works without issue with the SmugMug API, but not the Uploader API. I ended up using requests_oauthlib.

Use Case

This was mainly written as a Proof-of-Concept to supplement a DIY Photobooth project.

About

Use SmugMug's API v2 to create folders, create albums, and upload images in python3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages