Export Invidious user data directly from a Postgres database
|
||
---|---|---|
src/invidious_exporter | ||
.gitignore | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
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