{"id":21182166,"url":"https://github.com/dkunin/pocket-unread-list","last_synced_at":"2025-03-14T19:41:05.753Z","repository":{"id":72882974,"uuid":"82851303","full_name":"DKunin/pocket-unread-list","owner":"DKunin","description":null,"archived":false,"fork":false,"pushed_at":"2017-10-31T20:15:25.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T12:27:36.873Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/DKunin.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}},"created_at":"2017-02-22T20:51:15.000Z","updated_at":"2017-09-06T08:43:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"4adb5d23-3c70-4caa-9280-a97801b524d7","html_url":"https://github.com/DKunin/pocket-unread-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fpocket-unread-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fpocket-unread-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fpocket-unread-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fpocket-unread-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DKunin","download_url":"https://codeload.github.com/DKunin/pocket-unread-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243638724,"owners_count":20323503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-11-20T17:55:59.280Z","updated_at":"2025-03-14T19:41:05.748Z","avatar_url":"https://github.com/DKunin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pocket unread list\n\n\u003e Simple service to get list of titles from your unread pocket list\n\n## Table of Contents\n\n- [Install](#install)\n- [Usage](#usage)\n- [Contribute](#contribute)\n- [License](#license)\n\n## Install\n\nYou have to have these variables ready to pass to docker: $POCKET_CONSUMER_KEY, $POCKET_ACCESS_TOKEN either put them in the env, they will be passed on to the docker run function, or modify docker run function in package.json\nTo get the consumer key - create an application in [Pocker Developer console](https://getpocket.com/developer/), to get access_tocken you can use [Authentificator](http://reader.fxneumann.de/plugins/oneclickpocket/auth.php)\n\n```console\n    docker pull dkunin/pocket-unread-list\n    docker run -p 5050:5050 -e POCKET_CONSUMER_KEY=$POCKET_CONSUMER_KEY -e POCKET_ACCESS_TOKEN=$POCKET_ACCESS_TOKEN -d dkunin/pocket-unread-list \n```\n\nOr if you want to modify/build your own image\n\n```console\n    git clone git@github.com:DKunin/pocket-unread-list\n    npm run docker-image-build\n    npm run docker-image-start\n```\n\n## Usage\n\n```console\n    curl http://localhost:5050/api/pocket \n```\n\n```javascript\n    {\n        \"count\":13,\n        \"list\":[\n        {\n        \"word_count\":\"1444\",\n        \"sort\":0,\n        \"title\":\"Building a JSON Tree View Component in Vue.js from Scratch in Six Steps\",\n        \"url\":\"https://devblog.digimondo.io/building-a-json-tree-view-component-in-vue-js-from-scratch-in-six-steps-ce0c05c2fdd8#.9r9dxy8cr\"}]},//...\n```\n\n## Contribute\n\nPRs are welcome.\n\n## License\n\nMIT © Dmitri Kunin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkunin%2Fpocket-unread-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkunin%2Fpocket-unread-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkunin%2Fpocket-unread-list/lists"}