Skip to content

The collection of scripts and tools for running aria2c as a service for local install

Notifications You must be signed in to change notification settings

Happyfeet01/aria2c-as-a-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aria2c-as-a-service

The collection of scripts and tools for running aria2c as a service for local install.

aria2 is a light-weight multi-protocol & multi-source download utility operated in command-line. The supported protocols are HTTP(S), FTP, BitTorrent (DHT, PEX, MSE/PE), and Metalink.

Installation

Installation of init-scripts and configs for running aria2c as service

aria2clib is simple library, the main goal is simplify interface to control downloading of files. Just 4 methods are supported:

  • get()
  • put()
  • delete()
  • stats()

for developers

there's needed to install nose and coverage

$ pip install -r requirements-dev.txt

Links

Libraries and tools

Web UI

  • webui-aria2 Very simple to use, no build scripts, no installation scripts. First start aria2 in the background either in your local machine or in a remote one.
  • Berserker Advanced web-based frontend for Aria2-JSONRPC.
  • aria2remote, Simple remote interface to aria2c.
  • YAAW Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt. No HTTP server, backend or server-side program. All you need is just a browser.

About

The collection of scripts and tools for running aria2c as a service for local install

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.8%
  • Shell 5.3%
  • Makefile 1.9%