Remove duplicates from your Pocket list.
go install github.com/kevinpollet/pocket-deduper@v0.1.0
pocket-deduper [options]
Options:
-consumer-key Sets the Pocket API consumer key.
-dry-run Prints duplicate items without removing them from Pocket.
-help Prints this text.
The pocket-deduper CLI must be authorized to access your Pocket account through
the API. The first step is to obtain a Consumer key
used by the CLI to negotiate
an access token:
- Go to https://getpocket.com/developer/apps/new.
- Enter the App
name
anddescription
. - Select
Retrieve
andModify
permissions. - Select
Desktop
platform. - Accept the Terms of Service.
- Create Application.
- Copy and keep your
Consumer Key
secret.
Then, you will have to pass this Consumer Key
as a CLI flag as described in the Usage section.
PRs are welcome!
Want to file a bug or request a feature?
- Check out the Code of Conduct.
- Check for an existing issue corresponding to your bug or feature request.
- Open an issue to describe your bug or feature request.