To install python dependencies,
pip3 install -r requirements.txt
or
pip3 install python-dotenv pytest-cov codecov
To get aria2,
sudo apt install aira2
Create a .env
file modeled after .env.example
Use ./ariaq --help
for more information (from src/
)
Adding a job
./ariaq.py add [link] [num]
Starting a worker
./ariaq.py start
Run tests with python3 -m pytest
.
Run tests and see code coverage with
python3 -m pytest --cov=./
from project root.