An open API service indexing awesome lists of open source software.

https://github.com/terror/hackerpaper

Hacker News articles to your Instapaper
https://github.com/terror/hackerpaper

cli hacker-news instapaper

Last synced: 5 months ago
JSON representation

Hacker News articles to your Instapaper

Awesome Lists containing this project

README

          

## hackerpaper

Hacker News Articles to your Instapaper.

### Usage

Simply install hackerpaper using pip

```bash
$ pip install hackerpaper
```

### Options

```
Usage: cli.py [OPTIONS]

Entry point for the cli

:param account: user's Instapaper account information :param id:
hackernews article id :param type: type of hackernews articles :param
interests: array of subdomains user is interested in

Options:
-a, --account ... Instapaper account information [required]
-id, --id TEXT HackerNews article ID
-t, --type TEXT HackerNews article type [required]
-l, --limit INTEGER A cap on how many articles to add
-i, --interests TEXT Subdomains of the HackerNews articles
--help Show this message and exit.

```

### Example

```bash
$ hackerpaper -a -t newstories -i github
```

The above example will add all HackerNews articles under the `newstories` type that have the subdomain `github`
to your Instapaper account.