https://github.com/besoeasy/telearia
TeleAria: Telegram-Controlled Cloud Downloader
https://github.com/besoeasy/telearia
aria aria2 aria2c cloud cloud-downloads download downloader jellyfin motrix plex putio seedr seedr-cc stremio stremio-addon telegram
Last synced: 14 days ago
JSON representation
TeleAria: Telegram-Controlled Cloud Downloader
- Host: GitHub
- URL: https://github.com/besoeasy/telearia
- Owner: besoeasy
- Created: 2023-11-08T01:32:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T09:59:44.000Z (about 1 month ago)
- Last Synced: 2025-04-13T04:45:56.129Z (14 days ago)
- Topics: aria, aria2, aria2c, cloud, cloud-downloads, download, downloader, jellyfin, motrix, plex, putio, seedr, seedr-cc, stremio, stremio-addon, telegram
- Language: JavaScript
- Homepage: https://github.com/besoeasy/telearia
- Size: 253 KB
- Stars: 26
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TeleAria
**Telegram-Controlled Cloud Downloader**TeleAria combines [Aria2](https://aria2.github.io/) with [Telegram](https://telegram.org/) for effortless downloading of files, torrents, and videos. Lightweight and customizable, it integrates seamlessly with [Plex](https://www.plex.tv/), [Jellyfin](https://jellyfin.org/), or [Stremio](https://www.strem.io/) to enhance your media setup.

## Features
- Download files, torrents, and videos via Telegram
- High-speed downloads with Aria2
- Real-time progress updates
- Auto-sorted downloads
- Bandwidth and scheduling controls## Quick Setup (Docker)
```bash
docker run -d \
--name telearia \
--restart unless-stopped \
-p 6799:6799 \
-e TELEGRAMBOT=Your-Telegram-Bot-Token \
ghcr.io/besoeasy/telearia:main
```
- Restrict access: `-e WHITE_LIST_USER=123456,654321`
- Mount downloads: `-v /path/to/downloads:/tmp/downloads`## Media Integration
- **Plex/Jellyfin**: Set `/tmp/downloads` as your media folder
- **Stremio**: Use `http://localhost:6799/manifest.json`## Tunnel (Optional)
Enhance self-hosting with [Cloudflare Tunnel](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/) or Serveo:
```bash
ssh -R 80:localhost:6799 serveo.net
```