I built a Telegram bot that takes any article link and saves it as a markdown note in my Obsidian vault for later read.
How it works: paste a URL → trafilatura extracts the article content → saves a .md file with YAML frontmatter (source, date) and the article body.
Built with Python, python-telegram-bot, trafilatura, and pydantic. Can be run locally or with Docker.
Looking for feedback on the approach and any features that would be useful.