Metadata-Version: 2.1
Name: archivy-hn
Version: 0.1.0
Summary: Archivy extension to sync upvoted posts from your hn account to your archivy instance.
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

archivy_hn is an official Extension for [Archivy](https://github.com/archivy/archivy).

It allows users to sync the posts they've upvoted on [hacker news](https://news.ycombinator.com) to their archivy knowledge base.


## Install

You need to have `archivy` already installed.
Run `pip install archivy_hn` (or pip3 if you're on ubuntu).

## Usage

Very simple, just run:

```python
archivy hn sync
```


You can also use `archivy_hn` through the web interface at `/plugins` on your archivy instance, making it accessible from anywhere.



