{"id":25399121,"url":"https://github.com/deltartificial/bookmarks-classification-ts","last_synced_at":"2026-02-18T20:31:12.193Z","repository":{"id":276695460,"uuid":"929975735","full_name":"deltartificial/bookmarks-classification-ts","owner":"deltartificial","description":"Automatically organize and classify your browser bookmarks using AI.","archived":false,"fork":false,"pushed_at":"2025-02-09T23:58:43.000Z","size":575,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T18:08:58.844Z","etag":null,"topics":["ai","bookmarks","chrome","classification","deepseek","firefox","manager","openai","sort","ts","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deltartificial.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-02-09T20:28:41.000Z","updated_at":"2025-04-05T00:22:08.000Z","dependencies_parsed_at":"2025-04-11T14:28:50.638Z","dependency_job_id":"b43e6575-2ab2-4cbe-8065-ddb32b606167","html_url":"https://github.com/deltartificial/bookmarks-classification-ts","commit_stats":null,"previous_names":["deltartificial/bookmarks-classification-ts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deltartificial/bookmarks-classification-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltartificial%2Fbookmarks-classification-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltartificial%2Fbookmarks-classification-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltartificial%2Fbookmarks-classification-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltartificial%2Fbookmarks-classification-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deltartificial","download_url":"https://codeload.github.com/deltartificial/bookmarks-classification-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deltartificial%2Fbookmarks-classification-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29594258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T18:54:29.675Z","status":"ssl_error","status_checked_at":"2026-02-18T18:50:50.517Z","response_time":162,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ai","bookmarks","chrome","classification","deepseek","firefox","manager","openai","sort","ts","typescript"],"created_at":"2025-02-15T23:29:13.916Z","updated_at":"2026-02-18T20:31:12.125Z","avatar_url":"https://github.com/deltartificial.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bookmark Organizer 📌\n\nAutomatically organize and classify your browser bookmarks using AI.\n\n![image](assets/image.png)\n\n## Features\n\n- Supports Chrome and Firefox bookmarks\n- Multiple AI models supported (OpenAI and DeepSeek)\n- Automatically creates meaningful folder structures\n- Optional folder grouping to limit the number of top-level folders\n- Adds relevant tags to bookmarks\n\n## Installation\n\n```bash\n# Clone the repository\ngit clone [repo-url]\ncd bookmarks-classification-ts\n\n# Install dependencies\nbun install\n```\n\n## Usage\n\n1. Export your bookmarks from Chrome or Firefox as HTML\n2. Place the exported HTML file(s) in the `data` folder\n3. Run the organizer using one of these methods:\n\n```bash\n# Using environment variable\nexport AI_API_KEY='your-api-key'\nexport AI_MODEL='openai'  # or 'deepseek'\nbun run organize\n\n# Or directly with the command\nbun run organize --api-key 'your-api-key' --model openai\n\n# Specify browser (chrome is default)\nbun run organize --browser firefox --model deepseek\n\n# Limit the number of top-level folders (will group similar folders together)\nbun run organize --max-folders 10\n\n# Add custom instructions for bookmark classification\nbun run organize --prompt \"Focus on technical and professional categories\"\n\n# Add custom instructions for folder grouping\nbun run organize --group-prompt \"Prioritize development-related categories\"\n\n# Use all options\nbun run organize --api-key 'your-api-key' --model openai --browser chrome --max-folders 15 --prompt \"Focus on work-related categories\" --group-prompt \"Create industry-specific groups\"\n```\n\nThe organized bookmarks will be saved in `data/output` with a timestamp in the filename.\n\n## Requirements\n\n- Bun runtime\n- API key (OpenAI or DeepSeek)\n- Chrome or Firefox bookmarks exported as HTML\n\n## Supported AI Models\n\n- OpenAI (GPT-3.5-turbo)\n- DeepSeek (deepseek-chat)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeltartificial%2Fbookmarks-classification-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeltartificial%2Fbookmarks-classification-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeltartificial%2Fbookmarks-classification-ts/lists"}