Skip to content

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

Notifications You must be signed in to change notification settings

QuentinWidlocher/RemoteDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 https://localhost:5000/ or using your public ip.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published