I have made Pocket a part of my 2025: year of data. I have Pocket connected to exist.io. I want to have a copy of the items in Pocket that I care about. I want to solve that problem by saving my ⭐️ Pocket favorites in my ArchiveBox instance. Today, I wrote some Python to do exactly that: ⭐️ Save Pocket Favorites to a file.
Next, I’ll configure archivebox to ingest the file that is written to periodically.
🔖 Bookmarked Along the Way
🧰 uv
While I was at it, I gave uv a quick try: it’s a tool that purports to be an extremely fast Python package and project manager, written in Rust..
Quoting the README:
Migrate to uv without changing your existing workflows — and experience a 10-100x speedup — with the uv pip interface.
It writes dependencies to pyproject.toml by default. That does represent a change in my workflow. I’ll keep using it for a while because the highlights do sound interesting and I wrote a fair amount of Python.
