{"id":27797875,"url":"https://github.com/skorotkiewicz/bookmarks","last_synced_at":"2026-03-12T17:33:37.515Z","repository":{"id":284504939,"uuid":"955152882","full_name":"skorotkiewicz/bookmarks","owner":"skorotkiewicz","description":"A powerful, lightweight web application for organizing, storing, and managing your bookmarks with an intuitive user interface. Supported by Claude Code.","archived":false,"fork":false,"pushed_at":"2025-04-07T12:27:46.000Z","size":317,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"del","last_synced_at":"2025-09-12T00:47:24.173Z","etag":null,"topics":["bookmark","claude","firefox"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/skorotkiewicz.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,"zenodo":null}},"created_at":"2025-03-26T07:32:08.000Z","updated_at":"2025-08-27T01:16:57.000Z","dependencies_parsed_at":"2025-04-30T22:33:37.526Z","dependency_job_id":"881b5495-6927-41f6-8f82-b830fb8a0163","html_url":"https://github.com/skorotkiewicz/bookmarks","commit_stats":null,"previous_names":["skorotkiewicz/bookmarks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skorotkiewicz/bookmarks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skorotkiewicz%2Fbookmarks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skorotkiewicz%2Fbookmarks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skorotkiewicz%2Fbookmarks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skorotkiewicz%2Fbookmarks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skorotkiewicz","download_url":"https://codeload.github.com/skorotkiewicz/bookmarks/tar.gz/refs/heads/del","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skorotkiewicz%2Fbookmarks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30435232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:34:45.044Z","status":"ssl_error","status_checked_at":"2026-03-12T14:09:33.793Z","response_time":114,"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":["bookmark","claude","firefox"],"created_at":"2025-04-30T22:33:34.116Z","updated_at":"2026-03-12T17:33:37.485Z","avatar_url":"https://github.com/skorotkiewicz.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bookmark Manager\n\nA powerful, lightweight web application for organizing, storing, and managing your bookmarks with an intuitive user interface.\n\n## Features\n\n- **Personal Bookmark Repository**: Store all your bookmarks in one place with secure user accounts\n- **Search Functionality**: Quickly find bookmarks with real-time search\n- **Import \u0026 Export**: Import bookmarks from Firefox HTML exports and export them in the same format\n- **Automatic Favicon Fetching**: Visual recognition with website favicons automatically fetched for each bookmark\n- **Duplicate Detection**: Find and remove duplicate bookmarks\n- **Multi-language Support**: Available in English, Polish, and German with easy extensibility to other languages\n- **Responsive Design**: User-friendly interface that works on both desktop and mobile devices\n\n## Screenshots\n\n![screenshot_bookmarks](images/screenshot_bookmarks.png \"Screenshot Bookmarks\")\n![screenshot_tools](images/screenshot_tools.png \"Screenshot Tools\")\n![screenshot_import](images/screenshot_import.png \"Screenshot Import\")\n\n## Installation\n\n### Prerequisites\n\n- Python 3.7 or higher\n- pip (Python package manager)\n\n### Setup\n\n1. Clone the repository\n   ```bash\n   git clone https://github.com/skorotkiewicz/bookmarks\n   cd bookmarks\n   ```\n\n2. Create and activate a virtual environment\n   ```bash\n   python3 -m venv venv\n   source venv/bin/activate  # On Windows: venv\\Scripts\\activate\n   ```\n\n3. Install dependencies\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Run the application\n   ```bash\n   # Development mode\n   python app.py dev\n   \n   # Production mode\n   python app.py\n   ```\n\n5. Access the application at http://localhost:5000\n\n## Usage\n\n1. **Register/Login**: Create an account or log in to an existing one\n2. **Adding Bookmarks**: Click the \"+ Add\" button to manually add a new bookmark\n3. **Importing Bookmarks**: Import your browser bookmarks using the \"Import\" option\n4. **Searching**: Use the search icon to find bookmarks by title or URL\n5. **Managing Duplicates**: Remove duplicate bookmarks using the \"Tools\" section\n\n## Internationalization\n\nThe application supports multiple languages. Currently implemented:\n- English (en)\n- Polish (pl)\n- German (de)\n\nTo add a new language:\n1. Create a new translation file in the `lang/` directory (e.g., `fr.json`)\n2. Copy the structure from an existing language file and translate all values\n3. Add the language code to the `LANGUAGES` list in `app.py`:\n   ```python\n   app.config['LANGUAGES'] = ['en', 'pl', 'de', 'fr']\n   ```\n\n## Development\n\n### Project Structure\n\n- `app.py`: Main application file with all routes and database models\n- `lang/`: Language translation files\n- `static/`: Static assets (CSS, JS, images)\n- `templates/`: HTML templates\n- `instance/`: Contains the SQLite database file\n\n### Database Schema\n\n- **User**: Stores user credentials and relationships to bookmarks\n- **Bookmark**: Stores bookmark information including title, URL, description, and creation date\n\n## Deployment\n\nFor production deployment, the application uses Waitress as a WSGI server:\n\n```bash\npython app.py  # This automatically uses Waitress in production mode\n```\n\nFor custom deployment configuration, modify the server settings in the `app.py` file.\n\n## License\n\n[MIT License](https://github.com/skorotkiewicz/bookmarks/blob/del/LICENSE)\n\n## Acknowledgements\n\n- Flask web framework\n- SQLAlchemy ORM\n- BeautifulSoup for HTML parsing\n- Waitress WSGI server","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskorotkiewicz%2Fbookmarks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskorotkiewicz%2Fbookmarks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskorotkiewicz%2Fbookmarks/lists"}