# Twitter Thread Generator for AI Tools

**Use case:** 

Create a tweet thread rounding up useful AI tools that saves your followers time and drives a high number of shares and saves.

## Input

```json
{
  "topic": "Seven AI tools that save me hours every week",
  "format": "thread",
  "tone": "practical",
  "hashtags": true
}
```

## Output

```json
{
  "topic": {
    "label": "Topic",
    "format": "text"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "tone": {
    "label": "Tone",
    "format": "text"
  },
  "hook": {
    "label": "Hook",
    "format": "text"
  },
  "post": {
    "label": "Post",
    "format": "text"
  },
  "tweets": {
    "label": "Tweets",
    "format": "array"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "characterCount": {
    "label": "Character count",
    "format": "number"
  },
  "observedAt": {
    "label": "Generated at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tool: X (Twitter) Post & Thread Generator](https://apify.com/scrapers_lat/twitter-post-generator-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/twitter-post-generator-tool) to learn more, explore other use cases, and run it yourself.