Metadata-Version: 2.1
Name: reddit2text
Version: 0.0.2
Summary: Convert Reddit posts to text
Author: Nicholas Hansen-Feruch
Author-email: nicholas.feruch@gmail.com
Keywords: python,reddit,text conversion,reddit api,praw,reddit to text,reddit comments,social media analysis
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: praw


A Python package for converting Reddit posts into structured text representations.
This includes the post's title, author, upvotes, and body, along with all comments
and their hierarchical structure. Ideal for processing, analysis, or feeding into
natural language models.
