CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 21 Aug 2025 22:21:39 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081231203117
location: https://web.archive.org/web/20081231203117/https://github.com/markoa/r2flickr/tree/v0.1.1
server-timing: captures_list;dur=0.762992, exclusion.robots;dur=0.030564, exclusion.robots.policy;dur=0.011170, esindex;dur=0.012988, cdx.remote;dur=27.195280, LoadShardBlock;dur=244.896073, PetaboxLoader3.datanode;dur=107.602345, PetaboxLoader3.resolve;dur=87.581573
x-app-server: wwwb-app214
x-ts: 302
x-tr: 330
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app214; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 21 Aug 2025 22:21:39 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Wed, 31 Dec 2008 20:31:17 GMT
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_ses=BAh7ByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvIhkvaW5ib3gvbmV3L3JhZmFlbGR4Nw%3D%3D--5eb255387817b9d98943ccea98aa3144110f3eb2; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 655ms
x-archive-orig-etag: "642d19d73cb098e64a0cfa62ce89ea13"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 15962
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 31 Dec 2008 20:31:17 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 31 Dec 2008 20:31:17 GMT", ; rel="memento"; datetime="Wed, 31 Dec 2008 20:31:17 GMT", ; rel="next memento"; datetime="Mon, 12 Apr 2010 22:49:23 GMT", ; rel="last memento"; datetime="Mon, 12 Apr 2010 22:49:23 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_7_20081231181843_crawl108-c/52_7_20081231203106_crawl103.arc.gz
server-timing: captures_list;dur=0.656035, exclusion.robots;dur=0.023033, exclusion.robots.policy;dur=0.009917, esindex;dur=0.014171, cdx.remote;dur=17.045377, LoadShardBlock;dur=179.188263, PetaboxLoader3.datanode;dur=132.679464, PetaboxLoader3.resolve;dur=184.828429, load_resource;dur=143.487446
x-app-server: wwwb-app214
x-ts: 200
x-tr: 386
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
markoa's r2flickr at v0.1.1 — GitHub
We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install markoa-r2flickr
Description: | r2flickr is a Ruby implementation of the Flickr API, forked from rflickr. |
Clone URL: |
git://github.com/markoa/r2flickr.git
Give this clone URL to anyone.
git clone git://github.com/markoa/r2flickr.git
|
r2flickr /
name | age | message | |
---|---|---|---|
![]() |
LICENCE | Thu May 08 12:39:08 -0700 2008 | Initial import [markoa] |
![]() |
README | Thu May 08 12:39:08 -0700 2008 | Initial import [markoa] |
![]() |
examples/ | Thu May 08 12:39:08 -0700 2008 | Initial import [markoa] |
![]() |
lib/ | Thu May 08 13:05:17 -0700 2008 | contacts reindented and fixed person inits [markoa] |
![]() |
r2flickr.gemspec | Fri Nov 21 16:37:10 -0800 2008 | Change date format to make gem happy. [dustin] |
README
r2flickr is a Ruby implementation of the Flickr API. It is a fork of the last release of rflickr, which is no longer maintained. There are a few example scripts in the examples directory. You first need to get an API key as explained here: https://www.flickr.com/services/api/misc.api_keys.html You'll need to authorize your application's API key for each account which you want to access. Here is a sample you can use to get started: flickr = Flickr.new(token_cache_file, MY_APPLICATION_KEY, MY_SHARED_SECRET) unless flickr.auth.token flickr.auth.getFrob url = @flickr.auth.login_link puts "You must visit #{url} to authorize this application. Press enter " \ "when you have done so. This is the only time you will have to do this." gets flickr.auth.getToken flickr.auth.cache_token end <... do flickr stuff now ...> The general idea is that once you cache the token, the user will not have to reauthorize your application unless the file where the token is cached (the first argument to the new method on Flickr) is deleted. When you create a new Flickr and pass in a file path to the cached token, the API will attempt to load the token from the file. If found and loaded, the Flickr instance's auth.token is present. If the token could not be found in the file specified, then the instance's auth.token will be nil, and you will have to have the user authorize the application before it can be used. For convenience, you can set your API_KEY and SHARED_SECRET in the installed version of flickr/base.rb rather than including it in every application. [1] https://rubyforge.org/projects/rflickr/
This feature is coming soon. Sit tight!