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