Last active
September 28, 2025 08:52
-
-
Save lookoutking/d5ac493725057f64d740c506219307ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /specify Build a Telegram bot that allows me to save bookmarks into a self-hosted Linkding instance. | |
| When I send the /bookmark command in Telegram with a URL and tags, the bot should store the URL into Linkding including the specified tags. | |
| The bot must validate tags against a predefined tagging system to avoid uncontrolled tag growth. | |
| This tagging system is maintained in the codebase, and any updates require redeployment. | |
| The purpose of this tool is to unify my saved web content from sources like Twitter bookmarks and Safari into Linkding with consistent tagging. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment