Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Twitter is an online social media and social networking service.

Installation and setup

pip install tweepy
We must initialize the loader with the Twitter API token, and we need to set up the Twitter username.

Document loader

See a usage example.
from langchain_community.document_loaders import TwitterTweetLoader

Chat loader

See a usage example.