flickcurl
C library for the Flickr API
Install
- All systems
-
curl cmd.cat/flickcurl.sh
- Debian
-
apt-get install flickcurl
- Ubuntu
-
apt-get install flickcurl
- Alpine
-
apk add flickcurl
- Arch Linux
-
pacman -S flickcurl
- Kali Linux
-
apt-get install flickcurl
- Fedora
-
dnf install flickcurl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install flickcurl
- OS X
-
brew install flickcurl
- Raspbian
-
apt-get install flickcurl
- Dockerfile
- dockerfile.run/flickcurl
- Docker
-
docker run cmd.cat/flickcurl flickcurl
powered by Commando
flickcurl
C library for the Flickr API
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.