Git Product home page Git Product logo

ploader's Introduction

PLoader

Latest version Travis-CI Number of PyPI downloads

CLI download manager written in python. It makes use of plowshare (especially plowdown) which handles the link detection.

Installation

Using pip

$ pip install ploader

Using easy_install

$ easy_install ploader

Using pacman (archlinux)

$ yaourt -S python-ploader-git

or

$ mkdir PLoader && cd PLoader/
$ wget https://raw.github.com/kpj/PLoader/master/aur/PKGBUILD
$ makepkg
$ sudo pacman -U python-ploader-git-*-any.pkg.tar.xz

Usage

Start server on 192.168.2.1, assume it listens on port 50505 (specified in ~/.ploader.conf)

$ ploader

To connect from the same machine, execute

$ nc localhost 50505

or, to connect from a different machine, execute

$ nc 192.168.2.1 50505

A welcome message will show up and display the available commands

Bug Reports

Please submit any bugs you find to https://github.com/kpj/PLoader/issues.

Links

ploader's People

Contributors

kpj avatar movermeyer avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

python3pkg

ploader's Issues

Disable polling

Don't look for new jobs every couple of seconds, but receive a signal if new ones were added.

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.