Replies: 1 comment 1 reply
-
@rkraken thanks for the writeup! I had a look at https://github.com/KillianKemps/wallabag-to-html and it seems like it converts it to the netscape format which hoarder suppots natively. So once you export from wallabag and run the ruby script to convert it, I'd recommend importing it from the user settings page instead. The benefit of this over using the CLI is that if you import it from the web app, hoarder will carry forward your tags, titles, and created At dates. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After self hosting Wallabag for years, I'm switching to Hoarder. The modern UI and AI tagging features are great. In case it helps anyone, this is what I did to bring over my bookmarks from Wallabag.
First, create any desired custom AI tagging rules in Hoarder.
In Wallabag, export bookmarks as .json format.
Using json to html script from https://github.com/KillianKemps/wallabag-to-html, first install Ruby:
Download the script json_to_html_bookmarks.rb from the site. Then
Theoretically you should be done here and be able to import this html file into Hoarder. But if you get an error like I did, continue on.
Extract links from the HTML file (from Hoarder docs):
Create an api key from your hoarder user settings for this last step.
Import the links file to Hoarder. This command combines the docker based hoarder CLI and import command from Hoarder Docs:
You will have to change the port number in the command if it was remapped.
All done!
Beta Was this translation helpful? Give feedback.
All reactions