diff options
| author | 2025-12-08 20:32:10 +0100 | |
|---|---|---|
| committer | 2025-12-08 20:37:52 +0100 | |
| commit | 0729b382ec10586eda465f60b9416bbdf937fba0 (patch) | |
| tree | a18830b4892b761c0a2b620970c7fe59050c16c6 | |
| parent | wikibot: use pywikibot instead of mwclient (diff) | |
| signature | ||
cleanup
| -rw-r--r-- | .envrc | 1 | ||||
| -rw-r--r-- | .envrc.kleabot | 3 | ||||
| -rw-r--r-- | flake.nix | 3 |
3 files changed, 2 insertions, 5 deletions
@@ -1,3 +1,2 @@ use flake PATH_add bin -#source_env .envrc.kleabot diff --git a/.envrc.kleabot b/.envrc.kleabot deleted file mode 100644 index 9f7ec73..0000000 --- a/.envrc.kleabot +++ /dev/null @@ -1,3 +0,0 @@ -export ATWIKI_EN="KleaBot" -export ATWIKIBOT_USERNAME="KleaBot@kleart" -export ATWIKIBOT_PASSWORD="$(pass show "wiki.archiveteam.org/${ATWIKIBOT_USERNAME}" | head -1)" @@ -19,7 +19,8 @@ default = pkgs.mkShellNoCC { packages = (with pkgs; [ (python3.withPackages (p: [ - p.requests p.mwclient p.lxml p.jsonpatch + p.requests + p.lxml p.pywikibot ])) python3Packages.pywikibot |
