mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-11 15:55:32 +01:00
I kinda screwed with everything else to homogenise all the functions - the FB stuff works, but I've definitely broken some of the other importers. I can work on fixing them in the future if I need them; otherwise others can look at previous commits! |
||
---|---|---|
.. | ||
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 :)