Metadata-Version: 2.1
Name: hackerpaper
Version: 0.0.2
Summary: Hacker News to Instapaper
Home-page: http://packages.python.org/hackerpaper
Author: Liam Scalzulli
Author-email: liamscalzulli@gmail.com
License: BSD
Description: ## hackerpaper 
        Hacker News Articles to your Instapaper.
        
        ### Usage
        Simply install hackerpaper using pip
        
        ```bash
        $ pip install hackerpaper
        ```
        
        ### Arguments
        `--account`: required, email and password to your instapaper account  
        `--id`: optional, HackerNews Article ID to add  
        `--type`: required, type of HackerNews Article, if ID is blank, will scrape posts with given type
        
        ### Example
        
        ```bash
        $ hackerpaper --account <email> <pass>
        HackerNews Article ID []: 12345
        Type of HackerNews Articles (item, askstories, newstories, jobstories, beststories, showstories): item
        ```
        
Keywords: hackernews,instapaper,cli
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
