Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 281 Bytes

README.rst

File metadata and controls

21 lines (12 loc) · 281 Bytes

OG

Parse open graph and twitter card from HTML content.

Usage

There is only one method:

import og

data = og.parse(html)

Installation

It is just a small piece of code. It will not be published to PyPI. Grab the code yourself.