> ## Documentation Index
> Fetch the complete documentation index at: https://allmd.blode.md/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Tweet

Convert tweets and X posts to markdown.

## Usage

```bash
allmd tweet <url> -o output.md
```

## Supported Formats

- `x.com` URLs
- `twitter.com` URLs

## Example

```bash
# Convert a tweet to markdown
allmd tweet https://x.com/user/status/123456789 -o tweet.md

# Twitter URLs also work
allmd tweet https://twitter.com/user/status/123456789 -o tweet.md
```