---
title: "Twitter/X Integration"
description: "Welcome to the comprehensive documentation for the @elizaos/plugin-twitter package. This index provides organized access to all documentation resources."
---


The @elizaos/plugin-twitter enables your elizaOS agent to interact with Twitter/X through autonomous posting, timeline monitoring, and intelligent engagement.

## 📚 Documentation

- **[Complete Documentation](./complete-documentation.mdx)** - Detailed technical reference
- **[Timeline Flow](./timeline-flow.mdx)** - Visual guide to timeline processing
- **[Examples](./examples.mdx)** - Practical implementation examples
- **[Testing Guide](./testing-guide.mdx)** - Testing strategies and patterns

## 🔧 Configuration

### Required Settings
- `TWITTER_API_KEY` - OAuth 1.0a API Key
- `TWITTER_API_SECRET_KEY` - OAuth 1.0a API Secret
- `TWITTER_ACCESS_TOKEN` - OAuth 1.0a Access Token
- `TWITTER_ACCESS_TOKEN_SECRET` - OAuth 1.0a Token Secret

### Feature Toggles
- `TWITTER_POST_ENABLE` - Enable autonomous posting
- `TWITTER_SEARCH_ENABLE` - Enable timeline monitoring
- `TWITTER_DRY_RUN` - Test mode without posting