{"id":15579129,"url":"https://github.com/jayqi/linkedin-notes","last_synced_at":"2026-02-11T14:33:21.067Z","repository":{"id":243450053,"uuid":"812467501","full_name":"jayqi/linkedin-notes","owner":"jayqi","description":"Chrome browser extension for recording simple text notes associated with LinkedIn profile pages, backed by a local SQLite database.","archived":false,"fork":false,"pushed_at":"2024-06-09T01:52:07.000Z","size":226,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-13T18:49:57.843Z","etag":null,"topics":[],"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/jayqi.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":"2024-06-09T01:23:08.000Z","updated_at":"2024-08-01T02:16:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0d0b31d-7938-4563-b838-c8afe7428a49","html_url":"https://github.com/jayqi/linkedin-notes","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"8a8a9681a26c3ca2f9a6f912ee0b63296855c730"},"previous_names":["jayqi/linkedin-notes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jayqi/linkedin-notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayqi%2Flinkedin-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayqi%2Flinkedin-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayqi%2Flinkedin-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayqi%2Flinkedin-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jayqi","download_url":"https://codeload.github.com/jayqi/linkedin-notes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jayqi%2Flinkedin-notes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29335262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T14:07:45.431Z","status":"ssl_error","status_checked_at":"2026-02-11T14:07:45.080Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-10-02T19:13:55.898Z","updated_at":"2026-02-11T14:33:21.048Z","avatar_url":"https://github.com/jayqi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LinkedIn Notes\n\n\u003e [!WARNING]\n\u003e This software is highly experimental and may have breaking changes.\n\n**LinkedIn Notes** is Chrome browser extension for recording simple text notes associated with LinkedIn profile pages, backed by a local SQLite database.\n\nKey features:\n\n- **Open source.** All source code for LinkedIn Notes is in this repository.\n- **Your data is entirely local.** Notes are saved to a SQLite database on your local filesystem. Unsaved changes are cached in the local storage provided by your browser for extensions. No data is ever transmitted off of your system.\n- **Your data is portable.** All of your data is saved to a single table in the most widely used single-file database. You can use any program capable of reading from a SQLite database to access your data.\n\n![Screenshot of browser extension](./example.png)\n\n## How it works\n\nThere are two components to LinkedIn Notes:\n\n1. A Chrome browser extension that loads and saves text notes when your active tab is a LinkedIn profile page.\n2. A Python package that runs a native messaging host script that serves as a backend storage service.\n\n[Native messaging](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_messaging) is a modern web browser protocol that allows browser extensions to talk to native applications running on your computer. LinkedIn Notes uses a native application (a Python script) to read from and write to a local SQLite database.\n\n## Installation and set up\n\n\u003e [!IMPORTANT]\n\u003e Setting up LinkedIn Notes requires familiarity with running shell commands and installing Python packages.\n\n\u003e [!NOTE]\n\u003e This documentation is still a work in progress. More detailed instructions will be added.\n\n1. Install the browser extension.\n2. Install the `linkedin-notes-storage` Python package.\n3. Set up the native messaging host by running the following shell command:\n\n    ```bash\n    linkedin-notes-storage setup\n    ```\n\n## Storage\n\nThere are two kinds of data storage involved in LinkedIn Notes. Both are entirely local to your computer's filesystem.\n\nFirstly, LinkedIn Notes saves your notes to a local [SQLite](https://www.sqlite.org/) database. Without the database, you'd be at risk of losing your notes, as the storage that browsers provide to extensions gets deleted if the extension is ever uninstalled.\n\nSecondly, LinkedIn Notes uses the browser-provided local storage as a cache for unsaved changes to notes. This cache will be deleted if you uninstall the browser extension.\n\n### Managing the database\n\nYou can use the `linkedin-notes-storage database` subgroup of CLI commands to manage the local SQlite database file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayqi%2Flinkedin-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayqi%2Flinkedin-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayqi%2Flinkedin-notes/lists"}