Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgalgs/picasasync
Sync directories to picasaweb from the command line
https://github.com/mgalgs/picasasync
Last synced: 5 days ago
JSON representation
Sync directories to picasaweb from the command line
- Host: GitHub
- URL: https://github.com/mgalgs/picasasync
- Owner: mgalgs
- Created: 2011-07-02T20:01:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-16T05:37:31.000Z (over 13 years ago)
- Last Synced: 2025-01-20T23:03:11.324Z (13 days ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
picasasync is a simple utility that allows you sync local directories
containing digital photos to your picasa albums in the cloud. It also
lets you find and manage possible duplicate images stored in your
picasa albums.usage: picasasync.py [-h] [-dd] [-d] [-c] [-v] [--local local_dir]
remote [remote ...]Sync local directories with picasa
positional arguments:
remote Remote album(s) which you'd like to act on (sync or de-
dupe). Note: each remote album can only hold up to 1,000
photos, so you should enough albums here to accomodate
the number of photos you'll be uploading.optional arguments:
-h, --help show this help message and exit
-dd, --de-dupe Run the de-duper on remote album
-d, --dry-run Only print what we would sync, don't actually sync
-c Create albums that don't exist
-v, --verbose Be verbose
--local local_dir Local directory you'd like to sync [Default='.']. This
argument is ignored when running the de-duper.by Mitchel Humpherys