Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import from omnivore #602

Closed
1 task done
thiswillbeyourgithub opened this issue Oct 31, 2024 · 5 comments
Closed
1 task done

Import from omnivore #602

thiswillbeyourgithub opened this issue Oct 31, 2024 · 5 comments
Labels
feature request New feature or request

Comments

@thiswillbeyourgithub
Copy link

Describe the feature you'd like

Hi,

With omnivore getting sold to ElevenLabs and adding the ability to fully export our data I was wondering wether it was possible to import their export format into hoarder?

Describe the benefits this would bring to existing Hoarder users

Create a ton of new hoarder users :)

Can the goal of this request already be achieved via other means?

No

Have you searched for an existing open/closed issue?

  • I have searched for existing issues and none cover my fundamental request

Additional context

No response

@kamtschatka
Copy link
Collaborator

There is already an old issue about omnivore: #455
It has a script on how to export the data into a netscape format
Alternatively the omnivore documentation already describes how to create a csv file out of it, which you can use to get the URLs into hoarder as well.

@MohamedBassem
Copy link
Collaborator

@kamtschatka Omnivore only recently added an export mechanism. I think we can now support them natively.

@kamtschatka
Copy link
Collaborator

yes, that is what I said. They document how you can transform it into a CSV: https://docs.omnivore.app/using/exporting.html#converting-exported-data-to-csv
You can already just open the csv with excel and copy out all the links

Uploading the whole zip file doesn't sound like it makes sense?

@thiswillbeyourgithub
Copy link
Author

thiswillbeyourgithub commented Oct 31, 2024

Oh indeed if hoarder does not support highlights then yeah I guess there's nothing more to import than the links after all

@github-project-automation github-project-automation bot moved this from Todo to Done in Hoarder's Roadmap Nov 3, 2024
@MohamedBassem
Copy link
Collaborator

This is coming in the next release (hopefully this week). You'll need to merge all the json files into one and then upload it to hoarder:

Run:

$ jq -r '.[]' *.json | jq -s > omnivore.json

Then upload omnivore.json to hoarder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
Status: Done
Development

No branches or pull requests

4 participants
@MohamedBassem @kamtschatka @thiswillbeyourgithub and others