aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/docs/09-command-line.md5
-rw-r--r--docs/docs/13-community-projects.md8
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/docs/09-command-line.md b/docs/docs/09-command-line.md
index a7b7fc87..a86fa61e 100644
--- a/docs/docs/09-command-line.md
+++ b/docs/docs/09-command-line.md
@@ -107,3 +107,8 @@ karakeep --api-key mysupersecretkey --server-addr https://try.karakeep.app whoam
email: 'test@gmail.com'
}
```
+
+
+## Other clients
+
+There also exists a **non-official**, community-maintained, python package called [karakeep-python-api](https://github.com/thiswillbeyourgithub/karakeep_python_api) that can be accessed from the CLI, but is **not** official.
diff --git a/docs/docs/13-community-projects.md b/docs/docs/13-community-projects.md
index e2781416..79ca1e4d 100644
--- a/docs/docs/13-community-projects.md
+++ b/docs/docs/13-community-projects.md
@@ -45,3 +45,11 @@ _By [@DanSnow](https://github.com/DanSnow)_
A chrome extension that injects karakeep's bookmarks into your search results.
Get it [here](https://dansnow.github.io/hoarder-pipette/guides/installation/).
+
+### Karakeep-Python-API
+
+_By [@thiswillbeyourgithub](https://github.com/thiswillbeyourgithub/)_
+
+A python package to simplify access to the karakeep API. Can be used as a library or from the CLI. Aims for feature completeness and high test coverage but do check its feature matrix before relying too much on it.
+
+Get it [here](https://github.com/thiswillbeyourgithub/karakeep_python_api).