{"id":16198138,"url":"https://github.com/xinthink/my-clippings","last_synced_at":"2026-01-21T21:32:39.202Z","repository":{"id":38793200,"uuid":"221949895","full_name":"xinthink/my-clippings","owner":"xinthink","description":"Save Kindle clippings in Evernote","archived":false,"fork":false,"pushed_at":"2022-12-11T15:04:33.000Z","size":622,"stargazers_count":1,"open_issues_count":22,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T19:24:22.844Z","etag":null,"topics":["evernote","firebase","flutter-web","kindle"],"latest_commit_sha":null,"homepage":"https://kindleclip.cn","language":"Dart","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/xinthink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"paypal.me/xinthink/5"}},"created_at":"2019-11-15T15:21:13.000Z","updated_at":"2023-10-20T10:32:46.000Z","dependencies_parsed_at":"2022-09-18T07:16:11.923Z","dependency_job_id":null,"html_url":"https://github.com/xinthink/my-clippings","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xinthink/my-clippings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xinthink%2Fmy-clippings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xinthink%2Fmy-clippings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xinthink%2Fmy-clippings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xinthink%2Fmy-clippings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xinthink","download_url":"https://codeload.github.com/xinthink/my-clippings/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xinthink%2Fmy-clippings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28644057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["evernote","firebase","flutter-web","kindle"],"created_at":"2024-10-10T09:11:40.580Z","updated_at":"2026-01-21T21:32:39.181Z","avatar_url":"https://github.com/xinthink.png","language":"Dart","funding_links":["paypal.me/xinthink/5"],"categories":[],"sub_categories":[],"readme":"# My Clippings - save Kindle clippings in Evernote\n\n[![Check Status][check-badge]][github-runs]\n[![MIT][license-badge]][license]\n\n\u003e **Demonstration Only** for now, see Limitations\n\nFrontend for this app is built with [Flutter Web], hosted on [Firebase][Firebase Hosting], with [Cloud Functions] + [Cloud Firestore] as backend.\n\n## Usage\nFollow instrunctions on the [web page](https://notever.web.app), the app will extract clippings from `My Clippings.txt` file, under `documents` folder of Kindle devices, and create one Evernote note for each clipping.\n\n## Limitations\n\nThis repo is still being worked on, may has situations not handled properly:\n\n1. [Evernote API Rate Limits], importing large number of clippings may be interrupted\n2. [Cloud Functions Execution Timeout], importing large number of clippings may be interrupted ([Fixed](https://github.com/xinthink/my-clippings/commit/b6153bad071a7dce58c80302905ba1cd495aad57))\n3. Multilingual Kindle clippings, may cause bugs in clipping parsing or note creation\n\n## Development\nYou will have to:\n- Config your own [Firebase project][cloud functions get-started]\n- Get your own [Evernote API key][Evernote Developer]\n\nCreate two configuration files:\n1. `functions/src/local.ts` see [template][local.ts template]\n2. `flt/lib/local.dart` see [template][local.dart template]\n\nStart debug server:\n```\n# hosting emulator\nyarn serve\n\n# functions emulator\ncd functions \u0026\u0026 yarn serve\n```\n\nDeploy Cloud Functions \u0026 Firebase Hosting:\n```\n# hosting deployment\nyarn deploy\n\n# functions deployment\ncd functions \u0026\u0026 yarn deploy\n```\n\n\n[check-badge]: https://github.com/xinthink/my-clippings/workflows/Check/badge.svg\n[github-runs]: https://github.com/xinthink/my-clippings/actions\n[license-badge]: https://img.shields.io/github/license/xinthink/my-clippings\n[license]: https://raw.githubusercontent.com/xinthink/my-clippings/master/LICENSE\n[Flutter Web]: https://flutter.dev/web\n[Firebase Hosting]: https://firebase.google.com/products/hosting/\n[Cloud Functions]: https://firebase.google.com/products/functions/\n[Cloud Firestore]: https://firebase.google.com/products/firestore/\n[Evernote API Rate Limits]: https://dev.evernote.com/doc/articles/rate_limits.php\n[Cloud Functions Execution Timeout]: https://cloud.google.com/functions/docs/concepts/exec#timeout\n[cloud functions get-started]: https://firebase.google.com/docs/functions/get-started\n[Evernote Developer]: https://dev.evernote.com/doc/\n[local.ts template]: https://github.com/xinthink/my-clippings/tree/master/templates/local.ts\n[local.dart template]: https://github.com/xinthink/my-clippings/tree/master/templates/local.dart\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxinthink%2Fmy-clippings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxinthink%2Fmy-clippings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxinthink%2Fmy-clippings/lists"}