Michele Campeotto
15 kilobytes of fame should be enough for everyone
FlickrUploadr
FlickrUploadr is a tool to upload your pictures to Flickr. There are some official tools for this task, but they aren't available on Linux, so I wrote my own.
Good news: Eric Weigle glued my code together with Cameron Mallory's authorization code to build a great new version with support for the Yahoo! authentication scheme.
This version of FlickrUploadr is written in Python and Gtk, using the PyGtk bindings, to install it, download the tarball, unpack it and install the package:
# python setup.py install
in the directory where you just unpacked it. If you get an error about a missing Makefile, you need to install the Python development package from your distribution.
Then you can run it from a shell:
$ Uploadr
Just drop files over the window to upload the pictures.
A window will pop up asking for the pictures' metadata (title and tags). At the end of the upload a web browser window will open with the pictures you just uploaded, allowing you to add descriptions and change captions and tags.
History
23 February 2007
FlickrUploadr 1.0.0 -- eighteen months later, Eric Weigle made a new version with support for the Yahoo! authentication scheme.
30 August 2005
FlickrUploadr 0.6.0 -- Finally the much requested configuration saving (optional for login credentials). Removed the hardcoded firefox. No longer sets default title. Changed license to GPL to comply with xmltramp.
18 March 2005
FlickrUploadr 0.5.2 -- Fixed to work with Python 2.4. If the previous version worked for you, you don't need to download it again.
21 October 2004
FlickrUploadr
0.5.1 -- Fixed to accept files dropped from Konqueror. Fixed long integer
exception and crash. On some systems it will have a black background instead
of white and look uglier, but I don't know ho to fix this for everybody.
12 October 2004
FlickrUploadr
0.5 -- Installable and runnable from anywhere, login details asked when
needed, can drop pictures or pass them on the command line, can set pictures as
private, opens Flickr after uploading allowing editing of pictures' data.
16 September 2004
FlickrUploadr 0.1 -- First release: uploading works, you have to pass the login details on the command line, can't be installed and must be run from its own directory.