Giter VIP home page Giter VIP logo

python-flickr-api's Introduction

Python Flickr API

As complete as possible implementation of Flickr API.

The project provides an almost exhaustive access to the Flickr API, through an object oriented Python interface.

The project is still at an early stage and requires a lot of testing. Any help including bug reports is appreciated.

Main features

  • Object Oriented implementation
  • (Almost) comprehensive implementation
  • uses OAuth for authentication
  • context sensitive objects (depending on the query context, objects may exhibit different attributes)
  • An interface for direct seamless calls to the Flickr API.
  • A (django-compliant) caching mechanism

Requires

* python >= 2.6.5 
* python-oauth (or the python module from http://code.google.com/p/oauth/)

githalytics.com alpha

Installation

From source

$ git clone https://github.com/alexis-mignon/python-flickr-api.git
$ cd python-flickr-api
$ python setup.py install --user  # to install in the user directory (~/.local)
$ sudo python setup.py install    # to install globally

From Pypi

You can also install the last stable release using the pip progam:

$ pip install flickr_api --user  # to install in the user directory (~/.local)
$ sudo pip install flickr_api    # to install globally

See its Pypi page.

Tutorial

A short tutorial is available in the Wiki section.

python-flickr-api's People

Contributors

alexis-mignon avatar beaufour avatar bzx avatar cnrlwlss avatar cvi avatar danielhoherd avatar dlebech avatar eliben avatar eloyz avatar eriksson avatar flyte avatar xiaowl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.