Skip to content

CBSkarmory/ariaq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ariaq

Build Status codecov License: AGPL v3

Dependencies

Core

Tests

To install python dependencies,

pip3 install -r requirements.txt

or

pip3 install python-dotenv pytest-cov codecov

To get aria2,

sudo apt install aira2

Usage

Setup

Create a .env file modeled after .env.example

Core

Use ./ariaq --help for more information (from src/) Adding a job

./ariaq.py add [link] [num]

Starting a worker

./ariaq.py start

Tests

Run tests with python3 -m pytest.

Run tests and see code coverage with python3 -m pytest --cov=./ from project root.

About

automating aria2 jobs with persistent queue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages