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
- Host: GitHub
- URL: https://github.com/terror/hackerpaper
- Owner: terror
- License: mit
- Created: 2020-10-26T23:50:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T03:15:50.000Z (about 5 years ago)
- Last Synced: 2025-02-15T09:37:17.510Z (11 months ago)
- Topics: cli, hacker-news, instapaper
- Language: Python
- Homepage: https://pypi.org/project/hackerpaper/
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.