Skip to main content

Python Crawler based on Open-Graph Protocol

Project description

# PyOGP


Python crawler based on OPG(http://ogp.me/)

we're digging url information over obstacles ( iframe, redirection url, ...)

there is no proper module for crawling ogp compatible with above-mentioned obstacles

We will find a way. We always have.

I expect yout pull-request

# Features

- only python3 supported


# Usage

```bash
$ pip install PyOGP
```

```python
from pyogp import PyOGP

url = "http://pouuch.com"
pyogp = PyOGP()
result = pyogp.crawl(url=url).get_result()
```

# Test
```python
python -m tests/test.py
```

# Meta

Distributed under the MIT license. See ``LICENSE.txt`` for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyOGP-0.1.4.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page