From 31ac796d6d664a1d165a5c2d553bc68eeab3f787 Mon Sep 17 00:00:00 2001 From: jvt Date: Tue, 4 Mar 2025 11:31:45 +0100 Subject: [PATCH] Add Telegram bot to community section (#1001) add my telegram bot project to send bookmarks directly to Linkding. --- docs/src/content/docs/community.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/content/docs/community.md b/docs/src/content/docs/community.md index 9f274dd..b62ffd5 100644 --- a/docs/src/content/docs/community.md +++ b/docs/src/content/docs/community.md @@ -7,6 +7,7 @@ This section lists community projects around using linkding, in alphabetical ord - [aiolinkding](https://github.com/bachya/aiolinkding) A Python3, async library to interact with the linkding REST API. By [bachya](https://github.com/bachya) - [cosmicding](https://github.com/vkhitrin/cosmicding) Desktop client built using [libcosmic](https://github.com/pop-os/libcosmic). By [vkhitrin](https://github.com/vkhitrin) +- [DingDrop](https://github.com/marb08/DingDrop) A Telegram bot that allows you to quickly save bookmarks to your Linkding instance via Telegram using Linkding APIs. By [marb08](https://github.com/marb08) - [feed2linkding](https://codeberg.org/strubbl/feed2linkding) A commandline utility to add all web feed item links to linkding via API call. By [Strubbl](https://github.com/Strubbl) - [go-linkding](https://github.com/piero-vic/go-linkding) A Go client library to interact with the linkding REST API. By [piero-vic](https://github.com/piero-vic) - [Helm Chart](https://charts.pascaliske.dev/charts/linkding/) Helm Chart for deploying linkding inside a Kubernetes cluster. By [pascaliske](https://github.com/pascaliske)