https://github.com/beaufour/flickr-upload
Simple tool to upload photos to Flickr
https://github.com/beaufour/flickr-upload
Last synced: about 1 year ago
JSON representation
Simple tool to upload photos to Flickr
- Host: GitHub
- URL: https://github.com/beaufour/flickr-upload
- Owner: beaufour
- Created: 2013-05-19T18:59:57.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-26T22:15:57.000Z (about 13 years ago)
- Last Synced: 2025-06-19T02:57:33.910Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Status
======
NOT READY FOR GENERAL USAGE :)
Description
===========
Simple script to upload files to [Flickr](http://flickr.com):
flickr-upload -k -s [-s ]
Get your [Flickr API key](http://www.flickr.com/services/api/).
Requirements
============
* [argparse](http://docs.python.org/2.7/library/argparse.html) (Python 2.7+)
* [Python Flickr API](https://github.com/alexis-mignon/python-flickr-api/)
* [phpserialize](https://pypi.python.org/pypi/phpserialize)