https://github.com/schmidt/flickr_downloader
Download Flickr Album based on a GuestPass or Album URL
https://github.com/schmidt/flickr_downloader
Last synced: 12 months ago
JSON representation
Download Flickr Album based on a GuestPass or Album URL
- Host: GitHub
- URL: https://github.com/schmidt/flickr_downloader
- Owner: schmidt
- Created: 2010-10-31T11:47:24.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-11-05T21:32:35.000Z (over 15 years ago)
- Last Synced: 2025-03-24T15:08:33.916Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
When finished, this will hopefully be a JRuby-based GUI Application enabling my
family and friends to download entire Flickr photo sets, that I have shared
with them via Flickr's GuestPass feature.
Installation
============
In order to make it basically work you will need to download the following jars
into lib/java.
* swt.jar
* jruby-complete.jar
Additionally you need to gem unpack the
following gems in lib/ruby
* mechanize-1.0.0
* nokogiri-1.4.3.1-java
* weakling-0.0.4-java
This app was only tested using Mac OS X 10.6.4.
It currently works using the start.sh if using JRuby 1.5.3 and when mechanize
and its dependencies are installed via rubygems.
It also works after running the rawr rake task `rake rawr:bundle:app`. This
will create a jar in package/jar which may be executed with
`java -jar -XstartOnFirstThread package/jar/flickr.jar`. This also seems to
rely on an installed mechanize gem.
Known Problems
==============
The Mac OS X app bundle created by Rawr is currently not working due to the
fact, that SWT expects to be loaded in the main thread (ref. SWTException:
Invalid thread access). We are working on it.