# Twitter Video Downloader Bot

## Overview

This Telegram bot allows users to download videos from Twitter by simply sending a tweet link to the bot. The bot will then process the link and provide the downloadable video directly in the chat.

## Features

* Download videos from Twitter by sending tweet links.
* Supports multiple video resolutions if available.
* Quick and easy to use directly in Telegram.

## Getting Started

### Step 1: Start the Bot

1. Search for `@twitter_video_downloader_bot` on Telegram or click [here](https://t.me/twitter_video_downloader_bot).
2. Press the **Start** button or type `/start` to begin interacting with the bot.

### Step 2: Send a Tweet Link

1. Copy the tweet link containing the video you want to download.
2. Paste the link in the chat with the bot and press **Send**.

### Step 3: Download the Video

* The bot will process the link and provide a download button or link for the video.
* Click on the download link or button to save the video to your device.

## Commands

* `/start` - Start the bot and get a welcome message.
* `/help` - Show help information on how to use the bot.

## Example

1. User sends: `https://twitter.com/example/status/1234567890`
2. The bot responds with the video download options.

## Contributing

Feel free to submit issues or pull requests for any features you would like to see or bugs you would like to fix.

## Contact

For questions or support, please contact `arter@animemoe.us`


---

# 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://docs.api.animemoe.us/twitter-downloader/twitter-video-downloader-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.
