make it yours
the hosted page ranks my feeds. for yours:
fork it
- fork this repo
- replace
feeds.opmlwith yours (any reader exports one; each<outline xmlUrl="…">is a feed) - in the fork's settings, pages → source: github actions
- push, or run the
corpusworkflow by hand
your siterefreshed daily at 06:17 utc
https://<you>.github.io/manicule/
your marks stay in your browser and your links
if you want the ranker without a website, skip this and use the cli below
your own feedsmanicule.py
uv sync uv run manicule.py rank feeds.opml \ --picked ~/notes \ -o today.md
--picked is any folder of .md/.txt. an obsidian folder, saved articles, whatever you have. point it at notes you already keep, not a folder you maintain for this
put it on a cron and read today.md with coffee
- cron
- 17 6 * * * uv run manicule.py rank feeds.opml --picked ~/notes -o today.md