Live data from Hacker News

Ask HN: What Happened to Pinboard (Dec '22 edition)?

news.ycombinator.com

121–123 of 123 posts

Re: Ask HN: What Happened to Pinboard (Dec '22 edition)?

#121

I’m working on an open-source social bookmarking site in Elixir that is API compatible with delicious/pinboard. It’s named linkhut and it’s currently able to import your bookmarks from pinboard and browser exports. The flagship instance is: https://ln.ht The source code is hosted here: https://sr.ht/~mlb/linkhut/ The documentation: https://docs.linkhut.org/introduction.html The two things that are important to me in…

> API compatible with delicious/pinboard. > […] > The current API on linkhut aims to be bug for bug compatible with pinboard while being more OAuth-y. This is neat! Are there any API docs available for delicious, pinboard, and your application respectively?

Here they are:

Linkhut’s API: https://docs.linkhut.org/overview.html

Pinboard’s API: https://pinboard.in/api/

Delicious’ API: https://github.com/domainersuitedev/delicious-api

Re: Ask HN: What Happened to Pinboard (Dec '22 edition)?

#122

Earlier quoted context omitted.

> API compatible with delicious/pinboard. > […] > The current API on linkhut aims to be bug for bug compatible with pinboard while being more OAuth-y. This is neat! Are there any API docs available for delicious, pinboard, and your application respectively?

Here they are: Linkhut’s API: https://docs.linkhut.org/overview.html Pinboard’s API: https://pinboard.in/api/ Delicious’ API: https://github.com/domainersuitedev/delicious-api

Thank you :)

Re: Ask HN: What Happened to Pinboard (Dec '22 edition)?

#123

I’m working on an open-source social bookmarking site in Elixir that is API compatible with delicious/pinboard. It’s named linkhut and it’s currently able to import your bookmarks from pinboard and browser exports. The flagship instance is: https://ln.ht The source code is hosted here: https://sr.ht/~mlb/linkhut/ The documentation: https://docs.linkhut.org/introduction.html The two things that are important to me in…

Glad to see an API-compatible alternative.

Is archiving on your roadmap? The primary reason I use Pinboard is (at least some of) my stored URLs have text snapshots I can use in the case of linkrot.

Post reply on HN