Metadata-Version: 1.0
Name: instayc
Version: 0.1.0
Summary: Python tool for auto adding hacker news articles to    instapaper.
Home-page: http://github.com/jarodl/instayc
Author: Jarod Luebbert
Author-email: jarodluebbert@gmail.com
License: MIT
Description: #######
        instayc
        #######
        
        1. Add keywords that interest you
        2. Run `instayc`
        3. Read the articles later on Instapaper
        
        Warning: you might want to wait until articles are put in their own
        folder to prevent a lot of unwanted links being added to your instapaper
        account.
        
        =====
        Usage
        =====
        
        Here is how to use it::
        
        $ instayc
        Instapaper username: bob
        Instapaper password:
        Success!
        $ instayc -a 'python, django, javascript, math, computer science'
        $ instayc
        Updating...
        14 article(s) were added to Instapaper
        
        ============
        Installation
        ============
        
        Use pip::
        
        pip install instayc
        
        or..::
        
        easy_install instayc
        
        ====
        TODO
        ====
        
        * articles that do not have a interest in the title are added sometimes
        * prevent duplicate interests in the config file
        * use the new Instapaper API and only store a token instead of user/pass
        * put articles in their own folder on Instapaper
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
