From b83775ee31d686769d59bfecd11ba10e8f6d8f44 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sat, 14 Sep 2024 18:41:19 +0200 Subject: [PATCH] More inspiration --- personal_data/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/personal_data/__init__.py b/personal_data/__init__.py index ccd9816..241f60c 100644 --- a/personal_data/__init__.py +++ b/personal_data/__init__.py @@ -32,6 +32,8 @@ Use `--help` option to see all options. - [ ] Steam Wishlist and Achievements - [ ] [WaniKani](https://docs.api.wanikani.com) - [ ] Ledger (Live?) Account Balances +- [ ] [Gandalf](https://gandalf.network/)? Seems to support a bunch of + different sites, but not in the detail I want. """ __all__ = ['__version__']