Metadata-Version: 2.1
Name: reddit-media
Version: 0.0.1
Summary: Gets media URLs from Reddit Submission using Python PRAW
Home-page: https://github.com/capsey/reddit-media-py
Author: Caps Lock
Author-email: lockedcapsey@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: praw (>=7.5.0)
Requires-Dist: requests (>=2.27.1)
Requires-Dist: tqdm (>=4.64.0)
Provides-Extra: testing
Requires-Dist: flake8 (>=4.0.1) ; extra == 'testing'
Requires-Dist: tox (>=3.25.0) ; extra == 'testing'
Requires-Dist: pytest (>=7.1.2) ; extra == 'testing'
Requires-Dist: pytest-cov (>=3.0.0) ; extra == 'testing'
Requires-Dist: mypy (>=0.950) ; extra == 'testing'

# Reddit Media Getter

![Tests Badge](https://github.com/capsey/reddit-media-py/actions/workflows/tests.yml/badge.svg)

Gets media URLs from Reddit Submission using Python PRAW library. Supports video and single or gallery images. Can be used as standalone package or library for Python scripts.


