Metadata-Version: 1.1
Name: GjertsenTweet
Version: 0.4.5
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: 
        Welcome to GjertsenTweet's documentation!
        =========================================
        
        **GjertsenTweet** is a twitter client built for the command line.
        It has been built with npyscreen which is based on curses to create a simple 
        text-based user interface.
        
        It lets you read the tweets from your feed, search for tweets and post tweets.
        
        .. image:: http://i.imgur.com/t3bofl5.png
        
        Usage
        -----
        Run *gjertsentweet* in your terminal to fire it up. There's no command-line arguments.
        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
        
        Platform
        --------
        This was originally written to be run on unix like operating systems, but
        it's also possible to run on windows, all you need to do is to install curses 
        for windows from here http://www.lfd.uci.edu/~gohlke/pythonlibs/ if you haven't 
        already done it  
        
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)
