{"id":13475458,"url":"https://github.com/msoap/pocket2dropbox","last_synced_at":"2025-03-27T00:31:28.985Z","repository":{"id":30665711,"uuid":"34221459","full_name":"msoap/pocket2dropbox","owner":"msoap","description":"Backup Pocket articles to Dropbox","archived":true,"fork":false,"pushed_at":"2017-03-20T17:42:08.000Z","size":36,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-01T16:39:05.958Z","etag":null,"topics":["backup","dropbox","golang","pocket"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/msoap.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}},"created_at":"2015-04-19T19:41:56.000Z","updated_at":"2024-02-01T21:55:38.000Z","dependencies_parsed_at":"2022-08-30T06:00:26.321Z","dependency_job_id":null,"html_url":"https://github.com/msoap/pocket2dropbox","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/msoap%2Fpocket2dropbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoap%2Fpocket2dropbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoap%2Fpocket2dropbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msoap%2Fpocket2dropbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msoap","download_url":"https://codeload.github.com/msoap/pocket2dropbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245760728,"owners_count":20667886,"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":["backup","dropbox","golang","pocket"],"created_at":"2024-07-31T16:01:20.568Z","updated_at":"2025-03-27T00:31:28.733Z","avatar_url":"https://github.com/msoap.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# pocket2dropbox: \u003cimg src=\"https://raw.githubusercontent.com/msoap/pocket2dropbox/misc/img/pocket_icon.png\" height=\"32\" width=\"32\"\u003e ⇢ \u003cimg src=\"https://raw.githubusercontent.com/msoap/pocket2dropbox/misc/img/dropbox_icon.png\" height=\"32\" width=\"32\"\u003e\n\nBackup [Pocket](http://getpocket.com/) articles to dropbox.\n\n## Install\n\nFrom source:\n\n    go get -u github.com/msoap/pocket2dropbox\n    ln -s $GOPATH/bin/pocket2dropbox ~/bin/pocket2dropbox\n\n## Usage\n\n * Get Pocket/Dorpbox app_id, keys and tokens - see links below.\n * Create config file.\n * Download wgethtml.pl to PATH dir.\n * Add to cron: `0 * * * * pocket2dropbox`\n\n## Configuration\n\nBy config file `~/.config/pocket2dropbox.cfg` ([example](https://raw.githubusercontent.com/github.com/msoap/pocket2dropbox/misc/pocket2dropbox.cfg)):\n\n    {\n        \"pocket_key\": \"***\",\n        \"pocket_token\": \"***\",\n        \"db_client_id\": \"***\",\n        \"db_client_secret\": \"***\",\n        \"db_token\": \"***\",\n        \"get_since_days\": 30,\n        \"favorites\": false\n    }\n\nor through environment vars:\n\n\t# Pocket settings\n\tPOCKET_KEY\n\tPOCKET_TOKEN\n\n\t# Dropbox settings\n\tDB_CLIENTID\n\tDB_CLIENTSECRET\n\tDB_TOKEN\n\noptions:\n\n    pocket2dropbox [options]\n    options\n        -favorites        : save favorites articles only\n        -get-since-days=N : get articles since this days\n        -version\n        -help\n\n## Dependencies\n\n[wgethtml.pl](https://gist.github.com/msoap/2567074) - for download html\n\n## Links\n\n * [Get pocket keys/tokens](https://getpocket.com/developer/docs/authentication)\n * [Get dropbox keys/tokens](https://www.dropbox.com/developers/apps/create)\n * [Pocket API](https://getpocket.com/developer/docs/overview)\n * [Go client library for the Dropbox](https://github.com/stacktic/dropbox)\n * [Save html page with embedding css/js/images in file](https://gist.github.com/msoap/2567074)\n\n## TODO\n\n * [ ] Delete deleted articles in Pocket\n * [ ] Rewrite wgethtml.pl on Go\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsoap%2Fpocket2dropbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsoap%2Fpocket2dropbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsoap%2Fpocket2dropbox/lists"}