Command line tool that allows to export your Pocket articles in a json file.
- 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.
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
Open a terminal window, run:
pocket-exporter --consumerKey="some-consumer-key" -o /tmp/teste.json-o="/path/to/some/file.json"
All contributions are welcome.
Please see Contributing.md and CODE_OF_CONDUCT.md for details.
This project is Licensed under MIT License