mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #538] Feature Request: Import links directly from xBrowserSync JSON #1853
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#1853
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheCakeIsNaOH on GitHub (Nov 14, 2020).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/538
Type
What is the problem that your feature request solves
I would like to be able to add the links I have bookmarked in xBrowserSync directly into ArchiveBox.
Describe the ideal specific solution you'd want, and whether it fits into any broader scope of changes
I would like to be able to:
The json format is the same for both the backup/export from the extension, and directly from the API. From the web API, it first has to be decrypted (AES-GCM), and then decompressed (lzutf8).
I do currently have a python script for doing this, but I'm not sure what changes would need to be made to integrate with ArchiveBox. I'm new to python, so there probably lots of things that aren't ideal python practice.
https://github.com/TheCakeIsNaOH/xbs-to-archivebox
I'm definitely willing to work on developing this, I'm just checking in / looking for feedback before starting work.
Useful links:
https://api.xbrowsersync.org/
https://github.com/xbrowsersync/app/issues/105
https://gist.github.com/nero120/e878e40b14655c9526680472376b4f8c
https://github.com/b-01/lzutf8.py
What hacks or alternative solutions have you tried to solve the problem?
I currently use a python script to download, decompress, and filter my xBrowserSync bookmarks, and it outputs a list of URLs that I then manually add to ArchiveBox. See the previous section for link. I would prefer that this be built into ArchiveBox.
How badly do you want this new feature?
@pirate commented on GitHub (Sep 12, 2024):
Some more discussion here: https://forum.level1techs.com/t/thecakeisnaohs-devember-xbrowsersync-to-archivebox-and-misc-programming/162649/10