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']
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
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)
File details
Details for the file PyFlickrStreamr-0.1.tar.gz
.
File metadata
- Download URL: PyFlickrStreamr-0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 906ffc11ec930641429f1a570a35d06b1a80a8446717b939b905559797bc7250 |
|
MD5 | d303b82d37d930a1aec3495b1f017013 |
|
BLAKE2b-256 | 7b126540951a528a58fed43ac02abe87d36f29efd180d8a4ff841f7d055e9cae |