Aeon-MLTB
Fork of the official mltb repo: Telegram bot to download direct links, torrents, NZB, Google Drive, Telegram files, rclone clouds, yt-dlp and JDownloader sites, and upload to Google Drive, Telegram cloud, or rclone clouds. Includes two branches: main (same as official, mirror/leech bot) and extended (multi-purpose bot with extra features).
File Explorer
Download Latest Version (.zip)- deploy.yml
- notification.yml
- ruff_format.yml
- FUNDING.yml
- dev.nix
- __init__.py
- config_manager.py
- handlers.py
- jdownloader_booter.py
- startup.py
- telegram_manager.py
- torrent_manager.py
- __init__.py
- access_check.py
- caption_gen.py
- command_gen.py
- shorteners.py
- __init__.py
- bot_utils.py
- bulk_links.py
- db_handler.py
- exceptions.py
- files_utils.py
- help_messages.py
- links_utils.py
- media_utils.py
- status_utils.py
- task_manager.py
- telegraph_helper.py
- __init__.py
- aria2_listener.py
- direct_listener.py
- jdownloader_listener.py
- nzb_listener.py
- qbit_listener.py
- task_listener.py
- __init__.py
- aria2_download.py
- direct_downloader.py
- gd_download.py
- insta_resolver.py
- jd_download.py
- nzb_downloader.py
- qbit_download.py
- rclone_download.py
- telegram_download.py
- yt_dlp_download.py
- __init__.py
- clone.py
- count.py
- delete.py
- download.py
- helper.py
- list.py
- search.py
- upload.py
- __init__.py
- upload.py
- __init__.py
- list.py
- serve.py
- transfer.py
- __init__.py
- aria2_status.py
- direct_status.py
- ffmpeg_status.py
- gdrive_status.py
- gofile_status.py
- jdownloader_status.py
- nzb_status.py
- qbit_status.py
- queue_status.py
- rclone_status.py
- sevenz_status.py
- telegram_status.py
- yt_dlp_status.py
- yt_status.py
- youtube_helper.py
- youtube_upload.py
- __init__.py
- telegram_uploader.py
- __init__.py
- bot_commands.py
- button_build.py
- filters.py
- message_utils.py
- __init__.py
- common.py
- __init__.py
- bot_settings.py
- broadcast.py
- cancel_task.py
- chat_permission.py
- clone.py
- exec.py
- file_selector.py
- force_start.py
- gd_count.py
- gd_delete.py
- gd_search.py
- help.py
- mediainfo.py
- mirror_leech.py
- nzb_search.py
- restart.py
- rss.py
- search.py
- services.py
- shell.py
- sox.py
- speedtest.py
- stats.py
- status.py
- users_settings.py
- ytdlp.py
- __init__.py
- __main__.py
- token.py
- COMMANDS.md
- CONFIGURATIONS.md
- DEPLOYMENT.md
- EXTRAS.md
- FEATURES.md
- README.md
- __init__.py
- const.py
- exception.py
- myjdapi.py
- qBittorrent.conf
- SABnzbd.ini
- __init__.py
- bound_methods.py
- exception.py
- job_functions.py
- requests.py
- page.html
- __init__.py
- nodes.py
- wserver.py
- .gitignore
- .pyspelling.yml
- .python-version
- alive.py
- aria.sh
- config_sample.py
- default.otf
- Dockerfile
- LICENSE
- pyproject.toml
- README.md
- requirements.txt
- start.sh
- update.py
# Installation Guide
1. Get the code
git clone https://github.com/AeonOrg/Aeon-MLTB
Downloads the entire project code from GitHub to your computer.
cd Aeon-MLTB
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -t aeon-mltb .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 aeon-mltb
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
