Skip to main content

PyFlickrStreamr provides a continuous, blocking python interface for streaming Flickr photos in near real-time. It is a wrapper around the Flickr photos.getRecent API.

Project description

=============
PyFlickrStreamr
=============

PyFlickrStreamr provides a continuous, blocking python interface for streaming Flickr photos in near real-time. It is a wrapper around the Flickr photos.getRecent API.

Learn more about the Flickr API at:

http://www.flickr.com/services/api/flickr.photos.getRecent.html

--------------
Installation
--------------

To install, download the archive at http://pypi.python.org/pypi/PyFlickrStreamr and decompress, run python setup.py install.

-------
Usage
-------
::
import PyFlickrStreamr

fs = PyFlickrStreamr('your_api_key_here', extras=['date_upload','url_m'])
for row in fs:
print str(row['id'])+" "+row['url_m']

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

PyFlickrStreamr-0.1.tar.gz (2.8 kB view details)

Uploaded Source

File details

Details for the file PyFlickrStreamr-0.1.tar.gz.

File metadata

File hashes

Hashes for PyFlickrStreamr-0.1.tar.gz
Algorithm Hash digest
SHA256 906ffc11ec930641429f1a570a35d06b1a80a8446717b939b905559797bc7250
MD5 d303b82d37d930a1aec3495b1f017013
BLAKE2b-256 7b126540951a528a58fed43ac02abe87d36f29efd180d8a4ff841f7d055e9cae

See more details on using hashes here.

Supported by

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