Skip to content

An open source .Net based project to automate management of photos in Flick Photo Albums.

License

Notifications You must be signed in to change notification settings

Fyzel/FlickrRemovePhotosFromSet

Repository files navigation

FlickrRemovePhotosFromSet

This is a command line utility to remove photos that are in one photoset from another.

Example batch file to remove photos from the Auto Upload photoset that appear in the given photoset ID.

echo off
set arg1=%1
shift

FlickrRemovePhotosFromSet.exe -v -k [api-key] -a [api-secret] -t [Auto Upload Photoset ID] -s %arg1%

Licensed under GNU Lesser General Public License v3.0.

About

An open source .Net based project to automate management of photos in Flick Photo Albums.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •