No description
Find a file
2024-12-28 20:27:07 +02:00
config first commit 2024-11-19 11:54:20 +02:00
get_peertube_videos Use newer method to add thumb 2024-12-28 20:27:07 +02:00
.gitignore first commit 2024-11-19 11:54:20 +02:00
Dockerfile first commit 2024-11-19 11:54:20 +02:00
get_peertube_videos.sh fix bash script 2024-11-19 12:20:20 +02:00
install.sh first commit 2024-11-19 11:54:20 +02:00
LICENSE first commit 2024-11-19 11:54:20 +02:00
podman_build.sh first commit 2024-11-19 11:54:20 +02:00
podman_run.sh first commit 2024-11-19 11:54:20 +02:00
pyproject.toml first commit 2024-11-19 11:54:20 +02:00
README.md first commit 2024-11-19 11:54:20 +02:00
requirements.txt Add thumbnail 2024-12-28 19:57:12 +02:00
setup.cfg first commit 2024-11-19 11:54:20 +02:00
setup.py first commit 2024-11-19 11:54:20 +02:00
wrapper.sh fix home for systemd 2024-11-19 12:33:36 +02:00

get_peertube_videos

Requirements

Installation

Linux

To install for example in your ~/.local/bin folder:

./install.sh --destination ~/.local/bin

To install system-wide:

sudo ./install.sh --destination /usr/local/bin

Change your configuration file in "${HOME}/.config/get_peertube_videos.conf" (see the example in the config folder).

Windows (from PowerShell)

Ensure you have "C:\Users${env:USERNAME}\AppData\Roaming\Python\Python${python_version}\Scripts" in your Path environment variable.

& $(where.exe pip).split()[0] install .

Usage

get_peertube_videos.sh [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters