Teleportd

Teleportd API Python Wrapper
Download

Teleportd Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Antoine Llorca

Teleportd Tags


Teleportd Description

Teleportd is a Python wrapper around the Teleportd API that makes it very simple to build Python apps on top of the Teleportd API. For more information on how the API works, a full documentation is available here.Typical usage looks like this:#!/usr/bin/env pythonfrom teleportd import teleportdteleportd = teleportd.Teleportd('_YOUR_USER_KEY_')# Search with filters as a dictionarysearch = teleportd.search({'str': 'laduree'})# Retrieve a picture with the corresponding shaget = teleportd.get({'sha': '12-07-20-98a3b3fdd9b190ef4484a06a76fc1009c03076c5'})# Callback for each object fetched from the streamdef callback(data): do_something(data)# Real-time photo streamstream = teleportd.stream({}, callback)Product's homepage


Teleportd Related Software