Metadata-Version: 1.1
Name: GjertsenTweet
Version: 0.5.1
Summary: A simple twitter client for the command line
Home-page: https://github.com/fredgj/GjertsenTweet
Author: Fredrik Gjertsen
Author-email: f.gjertsen@gmail.com
License: GNU General Public License
Description: GjertsenTweet
        =============
        
        GjertsenTweet is a simple twitter client built with npyscreen. It lets you
        access twitter from your terminal so you can post tweets, read tweets and search 
        for tweets.
        
        .. image:: http://i.imgur.com/t3bofl5.png
        
        Installation
        ------------
        
        pip install gjertsentweet
        
        For windows user, note that you need to install curses from here
        http://www.lfd.uci.edu/~gohlke/pythonlibs/ if you already havent done it
        
        Build from source
        -----------------
        pip install -r requirements.txt
        
        then run **python setup.py install**
        
        or just run client.py
        
        Usage
        -----
        Run *gjertsentweet* in your terminal to fire it up, commandline-arguments doesn't
        exist in this app.
        
        When launched for the first time you will be asked to open a link in your browser
        in order to approve the app. You will be given a pin from twitter which lets 
        you log into your account from GjertsenTweet.
        
        When logged in, you can simply use the arrow keys or enter to move around.
        Note that once you have moved down to feed, you can't use the arrow key to
        move the cursor back to the tweet/search fields. To do this you will have to
        press one of the buttons.
        
        The twitter feed will be updated on the fly.
        
        Note that you have to press enter when the dialog boxes pops up in order
        to move the cursor down to the button/buttons
        
Keywords: twitter,command-line tools
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
