Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Added Python modules for fetching OpenGraph Data #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion content/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,11 @@ tools. Let the Facebook group know if you've built something awesome too!
* [PHP Validator and Markup Generator](https://github.com/niallkennedy/open-graph-protocol-tools) - OGP 2011 input validator and markup generator in PHP5 objects.
* [PHP Consumer](http://github.com/scottmac/opengraph) - A small library for accessing of Open Graph Protocol data in PHP.
* [OpenGraphNode in PHP](http://buzzword.org.uk/2010/opengraph/#php) - A simple parser for PHP.
* [PyOpenGraph](http://pypi.python.org/pypi/PyOpenGraph) - A library written in Python for parsing Open Graph protocol information from web sites.
* Python modules for fetching and parsing OpenGraph Data
* [PyOpenGraph](http://pypi.python.org/pypi/PyOpenGraph) - A library written in Python for parsing Open Graph protocol information from web sites. (ATTENTION: This repository is not maintained anymore. Source: Github page)
* [OpenGraph for Python](https://github.com/erikriver/opengraph) - A python module to parse the Open Graph Protocol
* [WebPreview for Python](https://github.com/ludbek/webpreview) - Extracts OpenGraph, TwitterCard and Schema properties from a webpage.
* [python-opengraph](https://github.com/HenrikOssipoff/python-opengraph) - Python module to parse Open Graph metadata on web pages
* [OpenGraph Ruby](http://github.com/intridea/opengraph) - Ruby Gem which parses web pages and extracts Open Graph protocol markup.
* [OpenGraph for Java](http://github.com/callumj/opengraph-java) - Small Java class used to represent the Open Graph protocol.
* [RDF::RDFa::Parser](http://search.cpan.org/~tobyink/RDF-RDFa-Parser/lib/RDF/RDFa/Parser.pm) - Perl RDFa parser which understands the Open Graph protocol.
Expand Down