Metadata-Version: 2.1
Name: archivy-pocket
Version: 0.1.7
Summary: Archivy extension to sync content to your pocket account.
Home-page: UNKNOWN
Author: Uzay-G
Author-email: halcyon@disroot.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: archivy
Requires-Dist: tinydb
Requires-Dist: click
Requires-Dist: requests

`archivy-pocket` allows users to sync their pocket bookmarks to their [Archivy](https://github.com/archivy/archivy) knowledge base.

It is an official extension developed by [archivy](https://github.com/archivy/)

![demo](https://github.com/archivy/archivy_pocket/blob/master/demo.gif)

## Install

You need to have `archivy` already installed.

Run `pip install archivy_pocket`.

## Usage

To do this, you need to create a Pocket API app [here](https://getpocket.com/developer/apps/). It only needs the `Retrieve` permissions and is of type `Web`.

Then, run:

```python
archivy pocket auth <your pocket key>
```

This will prompt a webpage asking you to allow the Pocket App to retrieve your bookmarks. Click accept.

Run `archivy pocket complete` to finish up the auth process.


Now that you're set up, all you need to do to is run `archivy pocket sync` to fetch your latest bookmarks.

You can also use the plugin through the web interface at `/plugins`.



