Export Invidious user data directly from a Postgres database
Find a file
2025-06-14 18:51:01 +02:00
src/invidious_exporter Make the database stuff more abstract 2025-06-14 18:51:01 +02:00
.gitignore Initial commit 2025-06-14 14:35:42 +02:00
poetry.lock Use asyncpg 2025-06-14 18:20:00 +02:00
pyproject.toml Use asyncpg 2025-06-14 18:20:00 +02:00
README.md Simplify 2025-06-14 15:55:21 +02:00

This program exports user data from a Postgres database to an Invidious-importable JSON.

usage: invidious-exporter [-h] -u USERNAME -d DATABASE

This program exports user data from a Postgres database to an Invidious-importable JSON. Output is written to stdout.

options:
  -h, --help            show this help message and exit
  -u, --username USERNAME
                        The user to export
  -d, --database DATABASE
                        The database connection string