Git Product home page Git Product logo

ds-down's Introduction

ds-down

ds-down is a Python 3 program to send URLs and local files to Synology DownloadStation using aforementioned DownloadStations Web API (API pdf).

The main intended use-case is from console and a desktop file for xdg-open or similar tools is provided.

Example config file:

# Example config file, by default it should be located at:
# ~/.config/ds-down.conf

username     = admin
host         = https://192.168.1.10:5001
passwordeval = gpg --no-tty -d ~/.passwords/synology-admin.gpg

Examples

Send a magnet link to the DownloadStation:

$ ds-down 'magnet:?xt=urn:btih:dbd7d976a5bf566504357bf9f543a37d3513e4df&dn=archlinux-2014.07.03-dual.iso&tr=udp://tracker.archlinux.org:6969&tr=http://tracker.archlinux.org:6969/announce'

Send a locally stored torrent file to the DownloadStation:

$ ds-down 'archlinux-2014.07.03-dual.iso.torrent'

Install

Example of a simple user install with from source:

python3 setup.py install --exec_name="ds_down" --user

The executable console script name can be controlled with the ´--exec_name=´ argument. The default is ´ds_down´. The executable script in this example is placed in ´$HOME/.local/bin´ which can be added to the PATH variable if needed. This also installs needed dependencies.

PyPI Install

Alternatively last published version can be installed from PyPI with pip:

pip3 install --user ds-down

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.