-
Notifications
You must be signed in to change notification settings - Fork 574
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
Improved import from Pocket (HTML export) #252
Comments
Nice solution. (I use something similar to import URLs from Pinboard.) Would you add this to the wiki? It's a useful tip and I think more people will find it there. |
Hi @deanishe Marking this issue as closed. |
Sadly the current importer does not take into account the title of the URLs as exported by pocket. I created a issue #292 describing the problem. |
I ran this and it correctly imported my bookmarks with images and the title but it did not import my tags. I also ran the built in How can I get titles, images and tags from Pocket? Thanks. Note: I'm running the latest version in docker using a MYSQL database. |
Hi,
I am not familiar with Go or this project's codebase, but I am running shiori on docker.
I figured out a way to import pocket links where the links from pocket is used to popualate shiori's database.
Feature:
Import links from pocket so that they have the title, image (if any) and
Proposed Solution:
This shell script (uses commands bundled within the shiori docker):
shiori add
does all the heavy lifting here. The shell script just parses the pocket output to fish out the html URLs.The text was updated successfully, but these errors were encountered: