convert to backblaze fetcher

This commit is contained in:
Jan Bader
2026-04-05 22:01:46 +02:00
parent 66e1c9e0e0
commit a9bb2460c6
15 changed files with 333 additions and 1620 deletions

View File

@@ -1,5 +1,5 @@
{
description = "Development environment for jbackup";
description = "Backblaze Invoice Downloader";
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
@@ -18,16 +18,8 @@
devShell = pkgs.mkShell {
packages = with pkgs; [
(python3.withPackages (ps: [
ps.requests
ps.beautifulsoup4
ps.lxml
ps."youtube-transcript-api"
ps.pytube
ps.playwright
ps.markdown
ps."python-dotenv"
ps.pydantic
ps."python-dateutil"
]))
playwright-driver.browsers
];