Skip to main content

Look up information about photos and collections of photos from Flickr

Project description

flickr-photos-api

This is a library for getting information about photos from the Flickr API.

It's not a general-purpose Flickr API library. Instead, it focuses on providing information about photos and photo collections. It tries to abstract away some of the details of the Flickr API -- for example, licenses are returned as complete dictionaries, rather than as the numeric license IDs returned by Flickr API methods.

Examples:

>>> from flickr_photos_api import FlickrPhotosApi
>>> api = FlickrPhotosApi(api_key="…", user_agent="…")

>>> photo = api.get_single_photo(photo_id="14898030836")

>>> photo
{'id': '14898030836', 'title': 'NASA Scientists Says', …}

>>> photo["license"]
{'id': 'cc-by-2.0', 'label': 'CC BY 2.0', 'url': 'https://creativecommons.org/licenses/by/2.0/'}

>>> photo["url"]
'https://www.flickr.com/photos/lassennps/14898030836/'

This library was created for use in Flinumeratr, Flickypedia, and other Flickr Foundation projects.

Usage

  1. Install flickr-photos-api from PyPI:

    $ pip install flickr-photos-api
    
  2. Construct an instance of FlickrPhotosApi. You need to pass a user-agent that identifies you, and a Flickr API key.

    from flickr_photos_api import FlickrPhotosApi
    
    api = FlickrPhotosApi(api_key="…", user_agent="…")
    
  3. Call methods on FlickrPhotosApi. The methods meant for public use are:

    def get_single_photo(photo_id: str) -> SinglePhoto: ...
    
    def get_photos_in_album(user_url: str, album_id: str) -> PhotosInAlbum: ...
    
    def get_photos_in_gallery(gallery_id: str) -> PhotosInGallery: ...
    
    def get_public_photos_by_user(user_url: str) -> CollectionOfPhotos: ...
    
    def get_photos_in_group_pool(group_url: str) -> PhotosInGroup: ...
    
    def get_photos_with_tag(tag: str) -> CollectionOfPhotos: ...
    

    Methods that return collections of photos also support page and per_page parameters to control pagination.

Development

If you want to make changes to the library, there are instructions in CONTRIBUTING.md.

License

This project is dual-licensed as Apache-2.0 and MIT.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flickr-photos-api-1.5.6.tar.gz (24.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flickr_photos_api-1.5.6-py3-none-any.whl (19.4 kB view details)

Uploaded Python 3

File details

Details for the file flickr-photos-api-1.5.6.tar.gz.

File metadata

  • Download URL: flickr-photos-api-1.5.6.tar.gz
  • Upload date:
  • Size: 24.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.0

File hashes

Hashes for flickr-photos-api-1.5.6.tar.gz
Algorithm Hash digest
SHA256 38ca459127b2b90aba9cfc362c104bd1af833bbc05692975e330c1e5bb8e65f6
MD5 b4e754441f9dc07e1c4ba4c18e4dbee9
BLAKE2b-256 b48c76648d2bdcef18b89e1f03d1b592f7370d5d6b44e5839ca5b040c99edddd

See more details on using hashes here.

File details

Details for the file flickr_photos_api-1.5.6-py3-none-any.whl.

File metadata

File hashes

Hashes for flickr_photos_api-1.5.6-py3-none-any.whl
Algorithm Hash digest
SHA256 18341ab501ed4f0e719973b69e9b687942554e74327e3fb78b4a5754711c8135
MD5 14a3f7bf93bbde82d08cc9464a3a7a67
BLAKE2b-256 d28984086269e49f9ed0e5164d4b756d49b6a89b741a80aca9c5f493819907c6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page