Skip to content

Instantly share code, notes, and snippets.

@lookoutking
Last active September 28, 2025 08:52
Show Gist options
  • Select an option

  • Save lookoutking/d5ac493725057f64d740c506219307ec to your computer and use it in GitHub Desktop.

Select an option

Save lookoutking/d5ac493725057f64d740c506219307ec to your computer and use it in GitHub Desktop.
/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