CLI tool designed to simplify the process of uploading files to Usenet
Project description
juicenet
CLI tool designed to simplify the process of uploading files to Usenet
Table Of Contents
About The Project
Uploading stuff to Usenet is tedious so I tried to make it easier.
- Uses ParPar and Nyuu under the hood
- Recursively searches for files with pre-defined extensions in
juicenet.yaml
or as passed in--exts
- Alternatively, searches for glob patterns passed in
--glob
- Preserves folder structure without RAR. RAR sucks and here's why
- Does everything automatically and gives you the resulting
nzbs
in a neatly sorted manner - Offers the option to pick and choose what it does if you don't want it doing everything automatically
- Automatically checks for and reposts failed articles from last run. Also has the option to not do this.
- Can continue from where it stopped if it gets interrupted for any reason
Installation
Local
Prerequisites
Installation
-
With pipx (recommended):
pipx install juicenet-cli
-
With pip:
pip install juicenet-cli
For more details, checkout the local installation guide here
Docker
---
version: "2.1"
services:
juicenet:
image: ravencentric/juicenet-cli:latest
container_name: juicenet
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- host/path/to/config/nyuu.docker.private.json:/config/nyuu.docker.private.json
- host/path/to/config/nyuu.docker.public.json:/config/nyuu.docker.public.json
- host/path/to/data/nzbs:/data/nzbs
- host/path/to/data/appdata:/data/appdata
- host/path/to/data/raw:/data/raw
- host/path/to/media:/media
docker compose -f "path/to/docker-compose.yml" run juicenet --help
For more details, checkout the docker installation guide here
Docs
Checkout the complete documentation here
License
Distributed under the Unlicense License. See UNLICENSE for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
juicenet_cli-0.46.1.tar.gz
(21.9 kB
view details)
Built Distribution
File details
Details for the file juicenet_cli-0.46.1.tar.gz
.
File metadata
- Download URL: juicenet_cli-0.46.1.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4189e4970299955f7b623c8f5ff937ad1f5ae781ec81b1406587bef41f25a18 |
|
MD5 | 488920ccc0227cef84b1a13c45aaff8d |
|
BLAKE2b-256 | c015089c88207b1e5c99bcff855376aea26d0b698eee4f85602cec68ba960554 |
File details
Details for the file juicenet_cli-0.46.1-py3-none-any.whl
.
File metadata
- Download URL: juicenet_cli-0.46.1-py3-none-any.whl
- Upload date:
- Size: 26.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41a0baf197898b0d599894da3336595828a9404bb7a1191156b69ff00099676c |
|
MD5 | 14abd87637c1f0f34ab09ceb3e2f3467 |
|
BLAKE2b-256 | a9b7a0d9228f03e5867e73606759804f363323b6b8f40d6112d99c21a7e31ab6 |