Metadata-Version: 2.1
Name: py-media-id-parser
Version: 0.0.2
Summary: A simple library to return media or post ID's from various social links
Home-page: https://github.com/corneliusiv/py-media-id-parser
Author: Cornelius Hairston
Author-email: cornelius.hairston@gmail.com
License: MIT
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: requests (<2.22.0,>=2.21.0)

# py-media-id-parser
A simple python package that returns the media or post ID from various social links


## Installation

```shell
pip install py-media-id-parser
```

or

```shell
pipenv install py-media-id-parser
```


## Support

- Facebook
- Twitter
- Instagram
- Youtube
- Vimeo
- Spotify


## Example

```
from media_id_parser import parse_facebook

parse_facebook('https://www.facebook.com/ESPN/posts/2415420581838017')
```


