Skip to main content
Open on GitHub

Reddit

Reddit is an American social news aggregation, content rating, and discussion website.

Installation and Setupโ€‹

First, you need to install a python package.

pip install praw

Make a Reddit Application and initialize the loader with your Reddit API credentials.

Document Loaderโ€‹

See a usage example.

from langchain_community.document_loaders import RedditPostsLoader