https://github.com/codepope/pocketeer
A simple app to clear out pockets older than a month into your archive
https://github.com/codepope/pocketeer
Last synced: about 1 year ago
JSON representation
A simple app to clear out pockets older than a month into your archive
- Host: GitHub
- URL: https://github.com/codepope/pocketeer
- Owner: codepope
- Created: 2018-01-16T10:39:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T09:26:46.000Z (about 8 years ago)
- Last Synced: 2025-01-13T17:19:52.766Z (about 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pocketeer
A simple app to clear out pockets older than a month into your archive.
Just set up your Pocket API tokens in config.json (see config.example.json) and run.
## Pocket API tokens
Go to the API pages to setup an app and get a consumer key. Then run
```
npm install node-getpocket express stdio
node node_modules/node-getpocket/authorise.js --consumerkey "yourconsumerkey"
```
And browse to localhost:8080 to authorise the app. This will return an access_token. Put this
token into config.json.
## Caveat usor
Currently quite noisy but really designed only for occasional clearouts.