# #API - Twitter Bot

The Premium Twitter API plan enables **Morris II** to:

1. **Search for Influencers**:
   * Query Twitter to identify meme influencers based on niche hashtags, engagement rates, and follower count.
   * Morris is also using Google Search API in order to better target and find information.
2. **Engage with Users**:
   * Like and comment on tweets to establish connections.
   * Send automated DMs for networking or collaboration.
3. **Post Autonomously**:
   * Generate and publish content using its AI-driven narrative capabilities.
4. **Monitor Engagement**:
   * Analyze tweet performance and adjust interaction strategies in real-time.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://scripter.gitbook.io/morris-ii-legacy-of-disruption/features/api-twitter-bot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
