aarone / smugmug-to-flickr

Download SmugMug photos then upload them to Flickr

This URL has Read+Write access

mhawthorne (author)
Tue Jul 14 07:33:48 -0700 2009
aarone (committer)
Tue Aug 11 03:04:37 -0700 2009
smugmug-to-flickr / smugmug_common.py
100644 4 lines (3 sloc) 0.176 kb
1
2
3
4
def login(sapi, config):
    result=sapi.login_withPassword (EmailAddress = config.smugmug_email, Password = config.smugmug_passwd)
    return result.Login[0].Session[0]["id"]