Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

interpegasus/python-flickr-api

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

105 Commits
105 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A python implementation of the Flickr API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.