Skip to content

Tells your Synology Disk Station to download stuff from the command line

Notifications You must be signed in to change notification settings

lilorox/pysynodl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Clone this repo
git clone https://github.com/lilorox/pysynodl
  1. Set up a virtualenv (install python-virtualenv or python3-virtualenv, depending on your OS or just pip install virtualenv)
[[ ! -d ~/.virtualenvs ]] && mkdir ~/.virtualenvs
virtualenv -p /usr/bin/python3 ~/.virtualenvs/pysynodl
  1. Enter the virtualenv and install dependencies
cd pysnodl
workon pysynodl
pip install -r requirements.txt
  1. Run the application
./pysynodl.py --help

About

Tells your Synology Disk Station to download stuff from the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages