/boxplorer

webui for managing downloaded stuff on your seedbox

Primary LanguagePythonMIT LicenseMIT

boxplorer

webui for managing seedbox downloaded stuff

installation

mkdir ~/.virtualenvs
virtualenv --no-site-packages -p /usr/bin/python2.7 venv_boxplorer
source ~/.virtualenvs/venv_boxplorer/bin/activate
pip install requests

mkdir ~/scripts
curl -O https://raw.githubusercontent.com/ldvc/boxplorer/master/client/downloader.py
curl -O https://raw.githubusercontent.com/ldvc/boxplorer/master/client/config.py

usage

cd ~/scripts/
./downloader.py