allmd
CLI

Tweet

Convert tweets and X posts to markdown.

Usage

allmd tweet <url> -o output.md

Supported Formats

  • x.com URLs
  • twitter.com URLs

Example

# 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

On this page