track tuhmayto xhamster activity

This commit is contained in:
2024-12-02 12:26:59 -06:00
parent 3fe4b39dca
commit 029e596dbc
11 changed files with 2274 additions and 0 deletions

14
tuhmayto/shell.nix Normal file
View File

@@ -0,0 +1,14 @@
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
buildInputs = with pkgs; [
sqlite
(python3.withPackages (ps: [
ps.beautifulsoup4
ps.requests
ps.matplotlib
]))
];
}