Command-Line Tools for the Flickr Web Service
http://librdf.org/flickcurl/
Flickcurl is a C library for calling the Flickr Web service API. It handles the
API signing, token management, and parameter encoding and decoding, resulting
in C functions for the Web services APIs. It... uses libcurl to call the REST
Web service, and libxml2 to manipulate the XML responses. The library supports
reading photo, tag, and comments information, the photo upload and searching
APIs, and writing tags and comments. It provides utilities such as "flickcurl"
to exercise the API and "flickrdf" to get RDF metadata descriptions out of
photos, tags, and machine tags.
- Developed at network:utilities
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/flickcurl && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000014 14 Bytes | |
flickcurl-1.21.tar.bz2 | 0001634767 1.56 MB | |
flickcurl-rpmlintrc | 0000000036 36 Bytes | |
flickcurl.changes | 0000008508 8.31 KB | |
flickcurl.spec | 0000005440 5.31 KB |
Revision 1 (latest revision is 19)
Sascha Peilicke (saschpe)
accepted
request 73355
from
Frederic Crozat (fcrozat)
(revision 1)
flickcurl is a build dependency for darktable (for Flickr support) and we forgot to add it until today. It allows to interact with Flickr with a C api or command-line
Comments 0