{"id":21387594,"url":"https://github.com/nju33/pocket-pocket","last_synced_at":"2026-05-06T22:37:47.594Z","repository":{"id":149215351,"uuid":"84311321","full_name":"nju33/pocket-pocket","owner":"nju33","description":"📖 Unofficial pocket app for searching and accessing","archived":false,"fork":false,"pushed_at":"2017-03-11T15:04:18.000Z","size":1354,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T12:30:33.910Z","etag":null,"topics":["application","electron","mac","pocket","unofficial"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/nju33.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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},"funding":{"github":"nju33","patreon":"nju33","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"custom":["https://www.buymeacoffee.com/nju33"]}},"created_at":"2017-03-08T11:05:41.000Z","updated_at":"2019-02-23T22:35:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"343a0f59-ad02-4b38-88cc-17ff07960cd3","html_url":"https://github.com/nju33/pocket-pocket","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nju33/pocket-pocket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nju33%2Fpocket-pocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nju33%2Fpocket-pocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nju33%2Fpocket-pocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nju33%2Fpocket-pocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nju33","download_url":"https://codeload.github.com/nju33/pocket-pocket/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nju33%2Fpocket-pocket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32715426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T19:35:05.142Z","status":"ssl_error","status_checked_at":"2026-05-06T19:35:03.996Z","response_time":117,"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":["application","electron","mac","pocket","unofficial"],"created_at":"2024-11-22T12:13:48.243Z","updated_at":"2026-05-06T22:37:47.589Z","avatar_url":"https://github.com/nju33.png","language":"JavaScript","funding_links":["https://github.com/sponsors/nju33","https://patreon.com/nju33","https://www.buymeacoffee.com/nju33"],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003cimg src=\"https://github.com/nju33/pocket-pocket/blob/master/app/icons/icon.iconset/icon_128x128.png?raw=true\" width=30\u003e\u0026nbsp;Pocket Pocket\u003c/h1\u003e\n\n📖 Unofficial pocket app for searching and accessing.\n\n![Screenshot](https://github.com/nju33/pocket-pocket/blob/master/readme/screenshot.png?raw=true)\n\n## Usage\n\n### Get the consumer_key\n\nAccess [Pocket: Developer API](https://getpocket.com/developer/apps/) and register the application.\n\n![create app](https://github.com/nju33/pocket-pocket/blob/master/readme/create-pocket-app.png?raw=true)\n\nPlease fill in all forms and press Create button.\n\n![input form](https://github.com/nju33/pocket-pocket/blob/master/readme/copy-consumer-key.png?raw=true)\n\nCopy the consumer key of the application you just made.\n\n![copy consumer_key](https://github.com/nju33/pocket-pocket/blob/master/readme/input-form.png?raw=true)\n\n### Open Pocket Pocket\n\nFirst you will be asked for the consumer key so paste it. (This is the first time, or only when `~/.pocket-pocket.js` is missing or wrong. `~/.pocket-pocket.js` is the configuration file and the contents are JSON of this feeling (`{consumer_key:  ...}`).)\n\n![notify1](https://github.com/nju33/pocket-pocket/blob/master/readme/notify1.png?raw=true)\n\n![notify2](https://github.com/nju33/pocket-pocket/blob/master/readme/notify2.png?raw=true)\n\nThen, you should probably go to the certification page.\nLog in with your Pocket account.\n\n![authorize](https://github.com/nju33/pocket-pocket/blob/master/readme/authorize.png?raw=true)\n\nYou are now ready 💯\n\n### Shortcut\n\n- `CommandOrControl+Alt+P`: You can open, restore and focus the Window\n\n## Download\n\nFrom the [release page](https://github.com/nju33/pocket-pocket/releases/latest)\n\n## Build Setup\n\n``` bash\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:9080\nnpm run dev\n\n# build electron app for production\nnpm run build\n\n# run webpack in production\nnpm run pack\n```\nMore information can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/docs/npm_scripts.html).\n\n---\n\nThis project was generated from [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about this project can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).\n\n## License\n\nCopyright (c) 2017 nju33 nju33.ki@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnju33%2Fpocket-pocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnju33%2Fpocket-pocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnju33%2Fpocket-pocket/lists"}