# # Config file for Eli the Bearded's perl scripts based on the Flickr::API # module. # Get the Flickr::API by one of the usual methods (http://www.cpan.org/ or # perl -MCPAN -e "install Flickr::API" # or your system's module loader.) # Get an API key from: # http://www.flickr.com/services/api/keys/apply/ # # Then set these two values: $flickr_api_key = 'YOURKEY'; $flickr_api_secret = 'YOURSECRET'; # Run flickr-getfrob to set $flickr_frob # Go to the authorize URL to validate the frob. # Then run flickr-gettoken to set $flickr_token # The frob is no longer needed after that, but the token should be # saved for as long as the script(s) want access to the account. # This might be handy, someday, but isn't used yet. The NSID can be # found in the source of http://www.flickr.com/ when you are logged # in, it looks like "123456789@N01" $flickr_my_nsid = 'YOURNSID'; # Used by the flickr-email tool only. Get your email (upload) address from # http://www.flickr.com/account?tab=email # The from address is probably your usual email address. # $flickr_my_email = 'UPLOADADDRESS@photos.flickr.com'; # $flickr_my_from = 'ADDRESS@YOUR.EMAIL.IS.FROM';