{"id":40581767,"url":"https://github.com/ivnvxd/arc-export","last_synced_at":"2026-01-21T02:36:21.116Z","repository":{"id":201073412,"uuid":"706643137","full_name":"ivnvxd/arc-export","owner":"ivnvxd","description":"Export pinned Arc Browser tabs for importing bookmarks into other browsers","archived":false,"fork":false,"pushed_at":"2025-02-06T19:21:35.000Z","size":151,"stargazers_count":618,"open_issues_count":6,"forks_count":51,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-06T20:28:39.517Z","etag":null,"topics":["arc-browser","bookmarks","hacktoberfest","html","json","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivnvxd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-18T10:55:20.000Z","updated_at":"2025-02-06T19:21:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"f1c87b85-8e4c-473e-a39d-fa858417d12f","html_url":"https://github.com/ivnvxd/arc-export","commit_stats":null,"previous_names":["ivnvxd/arc-export"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ivnvxd/arc-export","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivnvxd%2Farc-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivnvxd%2Farc-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivnvxd%2Farc-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivnvxd%2Farc-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivnvxd","download_url":"https://codeload.github.com/ivnvxd/arc-export/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivnvxd%2Farc-export/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28623477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"online","status_checked_at":"2026-01-21T02:00:08.227Z","response_time":86,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arc-browser","bookmarks","hacktoberfest","html","json","python"],"created_at":"2026-01-21T02:36:19.396Z","updated_at":"2026-01-21T02:36:21.110Z","avatar_url":"https://github.com/ivnvxd.png","language":"Python","readme":"# Arc Pinned Tabs to HTML Bookmarks Converter\n\n## Overview\n\nThis project provides a script for converting pinned tabs in the **Arc Browser** to standard HTML bookmarks file. These bookmarks can then be imported into any web browser.\n\nThis addresses the lack of a pinned tabs export feature in Arc Browser.\n\n## Requirements\n\n- Python 3.x\n- Arc Browser installed\n\n## Installation\n\n1. Clone the repository: `git clone git@github.com:ivnvxd/arc-export.git`\n2. Navigate to the project folder: `cd arc-export`\n\nor download using `curl`:\n\n```sh\ncurl -o main.py https://raw.githubusercontent.com/ivnvxd/arc-export/main/main.py\n```\n\n## Usage\n\nRun the `main.py` script from the command line:\n\n```sh\npython3 main.py [-h] [-s] [-o OUTPUT] [-v] [--version]\n\n# or if there is an error:\npython main.py [-h] [-s] [-o OUTPUT] [-v] [--version]\n```\n\n### Troubleshooting\n\nIf you encounter any problems, manually copy the `StorableSidebar.json` file from the `~/Library/Application Support/Arc/` directory to the project's directory and run the script again.\n\n## Features\nThe script supports various command-line options for enhanced functionality:\n\n- **Show help message and exit**\n  - `-h`, `--help`\n\n- **Silence output**\n  - `-s`, `--silent`\n\n- **Specify the output file path**\n  - `-o OUTPUT`, `--output OUTPUT`\n\n- **Enable verbose output**\n  - `-v`, `--verbose`\n\n- **Print the git short hash and commit time**\n  - `--version`\n\nExample usage:\n\n`python3 main.py -v -o my_bookmarks.html`\n\n![Example Usage](example.gif)\n\n## How It Works\n\n1. **Read JSON**: Reads the `StorableSidebar.json` file from the Arc Browser's directory *or* the project's directory.\n2. **Convert Data**: Converts the JSON data into a hierarchical bookmarks dictionary.\n3. **Generate HTML**: Transforms the bookmarks dictionary into an HTML file.\n4. **Write HTML**: Saves the HTML file with a timestamp, allowing it to be imported into any web browser.\n\n## Contributions\n\nContributions are very welcome. Please submit a pull request or create an issue.\n\n## Support\n\nThank you for using this project! If you find it helpful and would like to support my work, kindly consider buying me a coffee. Your support is greatly appreciated!\n\n\u003ca href=\"https://www.buymeacoffee.com/ivnvxd\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\nAnd do not forget to give the project a star if you like it! :star:\n\n## License\n\nThis project is licensed under the MIT License.\n","funding_links":["https://www.buymeacoffee.com/ivnvxd"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivnvxd%2Farc-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivnvxd%2Farc-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivnvxd%2Farc-export/lists"}