https://github.com/elek/puploadr
Yet another flickr uploader script in python.
https://github.com/elek/puploadr
Last synced: about 1 year ago
JSON representation
Yet another flickr uploader script in python.
- Host: GitHub
- URL: https://github.com/elek/puploadr
- Owner: elek
- License: gpl-3.0
- Created: 2010-10-16T19:38:27.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-10-31T16:45:05.000Z (over 15 years ago)
- Last Synced: 2025-03-28T15:11:15.229Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 105 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
Instead of pathcing the good old uploadr.py I am writing a new one based on python flickrapi.
The script creates a .flickr.set (contains a photosetid) and a .flickr.photos (contains filename => photo id mapping) files to every directory.
It uploads only the new photos from a directory based on this files. If necessery photoset is also created by the program.
It's just a simple script, isn't too complicated.
You can also install it with easy_install puploadr, and after that you can use puploadr command.