You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/integrations/reddit.md

525 B

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 with your Reddit API credentials.

Document Loader

See a usage example.

from langchain.document_loaders import RedditPostsLoader