QuentinWidlocher / RemoteDownloader

Personal tool for me to start direct download remotely on my Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remote Downloader

Web tool made with Flask for queuing direct downloads remotely.
This tool was made for a personal usage originaly but feel free to use and modify it !

Installation

Create a virtual environment.

python -m venv venv
. venv/bin/activate

Use pip to install all the requirements in requirements.txt.

pip install -r requirements.txt

Edit variables.py to use your desired parameters (ie. default port is 5000)

Usage

First launch the Flask server

. venv/bin/activate
python app.py

then access the frontend on http://localhost:5000/ or using your public ip.

About

Personal tool for me to start direct download remotely on my Raspberry Pi


Languages

Language:CSS 80.0%Language:HTML 9.0%Language:Python 8.1%Language:JavaScript 2.9%