python-oembed


A Python library that implements an OEmbed consumer to use with OEmbed providers.

Python oEmbed

Author: Ariel Barmat

Introduction

This library provides a pure python OEmbed consumer to get resources from OEmbed providers.

Based on reference from http://oembed.com/

oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly.

OEmbed format authors: * Cal Henderson (cal at iamcal.com) * Mike Malone (mike at pownce.com) * Leah Culver (leah at pownce.com) * Richard Crowley (r at rcrowley.org)

Installing

$ pip install python-oembed

Code

Get the latest source code from GitHub

https://github.com/abarmat/python-oembed

Project Information

Labels:
oembed python api