Home

Awesome

TeleAria: The Telegram-Controlled Cloud Downloader

TeleAria is a powerful download manager that seamlessly integrates Aria2's robust downloading capabilities with the convenience of Telegram control. Whether you need to download files, torrents, or videos, TeleAria can handle it all with ease. Here are some of the key features:

With TeleAria, downloading has never been easier or more efficient. Perfect for users who demand flexibility and performance in their download management.

Installation

Using NPM

First, ensure you have Git installed on your system. Then, you can install TeleAria via npm with the following command:

npm install -g github:besoeasy/telearia

To start TeleAria, replace Telegram-Bot-Token with your actual Telegram bot token and run:

TELEGRAMBOT=Telegram-Bot-Token telearia

Using Docker

You can also run TeleAria using Docker.

Replace Telegram-Bot-Token with your actual Telegram bot token.

docker run -d \
  --name telearia \
  --restart unless-stopped \
  --network host \
  -e TELEGRAMBOT=Telegram-Bot-Token \
  ghcr.io/besoeasy/telearia:main

Pairing with Cloudflare Tunnel

To set up your own self-hosted cloud download manager controlled via Telegram, you can pair TeleAria with a Cloudflare Tunnel.