Physton / arc-bookmarks

Export sidebar data (bookmarks) from Arc Browser. 导出 Arc 浏览器的侧边栏数据(收藏/书签)。
MIT License
6 stars 0 forks source link

arc-bookmarks

GitHub stars GitHub forks GitHub issues GitHub issues closed GitHub license GitHub commits Downloads total Latest release

### [🇺🇸 English](README.MD) | [🇨🇳 简体中文](README_CN.MD)

arc-bookmarks is a Python script used to export sidebar data (bookmarks) from Arc Browser to HTML/JSON files. The HTML file can be imported into other browsers. Only applicable to MacOS.


Future

Usage

Using the executable file (no Python environment required)

For versions prior to v0.0.4, please refer to this document: README

  1. Go to Releases and download according to your system version.
  2. Unzip the arc-bookmarks.macos.*.zip file.
  3. Open the Terminal application on your system.
  4. Navigate to the arc-bookmarks.macos.* folder.
    # Apple Silicon
    cd ~/Downloads/arc-bookmarks.macos.arm64
    # Intel
    cd ~/Downloads/arc-bookmarks.macos.x86_64
  5. Add execution permissions to the arc-bookmarks file.
    chmod +x ./arc-bookmarks
  6. Run the arc-bookmarks file.
    ./arc-bookmarks --save-html=~/Downloads/bookmark.html

Using Python to run

  1. Go to Releases and download arc-bookmarks.zip.
  2. Unzip the arc-bookmarks.zip file.
  3. Open the system Terminal application.
  4. Enter cd, then drag the arc-bookmarks folder into the terminal window. Press Enter to execute.
    cd ~/Downloads/arc-bookmarks
  5. Execute the arc-bookmarks file.
    python3 main.py --save-html=bookmark.html

Parameters

Examples