flickrdf

utilities to call the Flickr API from command line

Install

All systems
curl cmd.cat/flickrdf.sh
Debian Debian
apt-get install flickcurl-utils
Ubuntu
apt-get install flickcurl-utils
Alpine
apk add flickcurl
Arch Arch Linux
pacman -S flickcurl
image/svg+xml Kali Linux
apt-get install flickcurl-utils
Fedora
dnf install flickcurl
Windows (WSL2)
sudo apt-get update sudo apt-get install flickcurl-utils
OS X
brew install flickcurl
Raspbian
apt-get install flickcurl-utils
Docker
docker run cmd.cat/flickrdf flickrdf powered by Commando

flickcurl-utils

utilities to call the Flickr API from command line

Flickcurl is a C library for the Flickr API, handling creating the requests, signing, token management, calling the API, marshalling request parameters and decoding responses. The library now supports 100% of the 2008-01-11 version of the API, including the functions for photo uploading, browsing, searching, adding and editing comments, groups, notes, photosets, categories, activity, blogs, favorites, places, tags and photo metadata. It also includes a program flickrdf to turn photo metadata, tags and machine tags into RDF descriptions of photos and tags. Support for the Flickr API in these programs is through the libflickcurl library.

flickcurl

C library for the Flickr API