Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.
/ pocket-exporter Public archive

Command line tool that allows to export your Pocket articles in a json file.

License

Notifications You must be signed in to change notification settings

brpaz/pocket-exporter

Repository files navigation

Pocket Exporter

Build status License Latest Release

Command line tool that allows to export your Pocket articles in a json file.

Pre-Requisites

  • You must have a Pocket account and a valid access token to authenticate on the Pocket API. You can get one by creating an application here. Make sure you grant "retrieve" permissions and select "Desktop (other)" as platform.

Install

To install, the best way is to use the compiled binary.

You can get the latest one from the Releases page.

Then extract its contents and move to the appropriate folder:

sudo mv pocket-exporter /usr/local/bin/pocket-exporter
sudo chmod +x /usr/local/bin/pocket-exporter

Usage

Open a terminal window, run:

pocket-exporter --consumerKey="some-consumer-key" -o /tmp/teste.json-o="/path/to/some/file.json"

Contributing

All contributions are welcome.

Please see Contributing.md and CODE_OF_CONDUCT.md for details.

Authors

License

This project is Licensed under MIT License

About

Command line tool that allows to export your Pocket articles in a json file.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published