mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 09:46:11 +01:00
.. | ||
main.go | ||
query.gql | ||
README.md |
Omnivore importer
This (even more shoddily built) script pulls my annotated articles in from Omnivore and turns them into bookmarks.
You can run it by generating an API key, then running it from this repo:
OMNIVORE_API_KEY=<your key> go run .
Currently it assumes a few things about being in my blog's repo (eg. where the bookmarks repo is) — but if you're comfortable with messing about with code you should be able to wrangle it to your needs.
Or let me know you like the idea of this (links in the article below), and I can turn it into something proper & easy to configure/run!
I've written about the limitations and plans for this tool on my blog, see Bookmarks with Omnivore for more :)