mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 06:53:16 +00:00
docs ecosystem/integrations
update 4 (#5590)
# docs `ecosystem/integrations` update 4 Added missed integrations. Fixed inconsistencies. ## Who can review? @hwchase17 @dev2049
This commit is contained in:
21
docs/integrations/twitter.md
Normal file
21
docs/integrations/twitter.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Twitter
|
||||
|
||||
>[Twitter](https://twitter.com/) is an online social media and social networking service.
|
||||
|
||||
|
||||
## Installation and Setup
|
||||
|
||||
```bash
|
||||
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](../modules/indexes/document_loaders/examples/twitter.ipynb).
|
||||
|
||||
```python
|
||||
from langchain.document_loaders import TwitterTweetLoader
|
||||
```
|
Reference in New Issue
Block a user