Skip to main content

A modern, user-friendly torrent downloader application

Project description

Torrent Downloader

A modern, user-friendly torrent downloader application built with React and Python.

Features

  • Clean, modern user interface
  • Real-time download progress and speed monitoring
  • Cross-platform support (Windows, macOS, Linux)
  • Easy-to-use magnet link support
  • Dark mode support

Prerequisites

Before installing, make sure you have the required system dependencies:

Windows

  • Python 3.8 or higher
  • Microsoft Visual C++ Redistributable (latest version)
  • Libtorrent:
    # Option 1: Using pip
    pip install python-libtorrent
    
    # Option 2: Using conda
    conda install -c conda-forge libtorrent
    

macOS

# Using Homebrew (recommended)
brew install libtorrent-rasterbar

# Or using conda
conda install -c conda-forge libtorrent

Linux (Ubuntu/Debian)

sudo apt-get update
sudo apt-get install python3-libtorrent

# Or using conda
conda install -c conda-forge libtorrent

Linux (Fedora)

sudo dnf install rb_libtorrent-python3

# Or using conda
conda install -c conda-forge libtorrent

Using Conda (All Platforms)

If you're using Conda, you can install libtorrent in your environment:

conda create -n torrent-env python=3.11
conda activate torrent-env
conda install -c conda-forge libtorrent

Installation

Method 1: Using pip (Recommended)

# 1. Install libtorrent (see Prerequisites section above)

# 2. Install the package
pip install torrent-downloader-react

# 3. Run the application
torrent-downloader-react

The application will start and open in your default web browser at http://127.0.0.1:8000

Method 2: From Source

  1. Clone the repository:
git clone https://github.com/yourusername/torrent-downloader.git
cd torrent-downloader/torrent-downloader-react
  1. Build the application:
cd backend
python build.py
  1. Install the built package:
pip install dist/torrent-downloader-*.whl
  1. Run the application:
torrent-downloader

Usage

  1. Start the application using one of the installation methods above
  2. The application will open in your default web browser
  3. Paste a magnet link into the input field
  4. Click "Add Torrent" to start downloading
  5. Monitor progress in the torrents list
  6. Click "Open Downloads" to view your downloaded files

Development

Frontend (React)

cd torrent-downloader-react
npm install
npm run dev

Backend (Python)

cd torrent-downloader-react/backend
pip install -r requirements.txt
python -m torrent_downloader.server

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer

This software is for downloading legal torrents only. The authors are not responsible for any misuse of this software.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

torrent-downloader-react-1.0.6.tar.gz (68.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

torrent_downloader_react-1.0.6-py3-none-any.whl (67.7 kB view details)

Uploaded Python 3

File details

Details for the file torrent-downloader-react-1.0.6.tar.gz.

File metadata

  • Download URL: torrent-downloader-react-1.0.6.tar.gz
  • Upload date:
  • Size: 68.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.11

File hashes

Hashes for torrent-downloader-react-1.0.6.tar.gz
Algorithm Hash digest
SHA256 96fdac0d7e91d2d0570b202a353face216c4522c6529c7f3baf843c200d96fb4
MD5 722037133fca7c725fb15a151e46455a
BLAKE2b-256 4f29f8d3878191c9541772cfda41ee8ca878943d5cde89c61be4a2bf8159df59

See more details on using hashes here.

File details

Details for the file torrent_downloader_react-1.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for torrent_downloader_react-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 ebda6784150c7bd9a8ac6d8fa5509c51fd9e252f5db09eca0f8aa36b0194dbcb
MD5 4ff65c06e32c9ffc69051a79a7a478a9
BLAKE2b-256 aec1dc072f1d708c130bc008eaf3e1364e4cfc8640253fe914bb896fbb2945b0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page