aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlicorne <26625900+thiswillbeyourgithub@users.noreply.github.com>2025-05-18 17:20:00 +0200
committerGitHub <noreply@github.com>2025-05-18 16:20:00 +0100
commit3a59293171a95130bb27fe89f8403a7adf50496e (patch)
tree6af4076ba406b586cc74e7d88e080092443a26d1
parent4e06ea7bdbaaa196da5c3e2a755aeefb25cf4228 (diff)
downloadkarakeep-3a59293171a95130bb27fe89f8403a7adf50496e.tar.zst
doc: new comunity project: freshrss to karakeep (#1435)
-rw-r--r--docs/docs/13-community-projects.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/docs/13-community-projects.md b/docs/docs/13-community-projects.md
index 79ca1e4d..cff1dbdc 100644
--- a/docs/docs/13-community-projects.md
+++ b/docs/docs/13-community-projects.md
@@ -53,3 +53,11 @@ _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).
+
+### FreshRSS_to_Karakeep
+
+_By [@thiswillbeyourgithub](https://github.com/thiswillbeyourgithub/)_
+
+A python script to automatically create Karakeep bookmarks from your [FreshRSS](https://github.com/FreshRSS/FreshRSS) *favourites/saved* RSS item. Made to be called periodically. Based on the community project `Karakeep-Python-API` above, by the same author.
+
+Get it [here](https://github.com/thiswillbeyourgithub/freshrss_to_karakeep).