Metadata-Version: 1.1
Name: mux-twitter
Version: 0.1.1
Summary: CLI twitter client using the streaming API
Home-page: http://blitz.works/mux/
Author: Da_Blitz
Author-email: code@pocketnix.org
License: MIT BSD
Download-URL: http://blitz.works/mux/archive/tip.zip
Description: Mux
        ====
        Features
        ---------
        
        * Connects using twitters streaming interface
        
        Installation
        -------------
        To create a virtual environment use the following commands
        
            pyvenv-3.4 --system-site-packages venv
            . bin/venv/activate
            pip install mux
        
        to activate the environment in another terminal repeat the activate step as shown below
        
            . bin/venv/activate
        
        
        Usage
        ------
        as this is an argparse based program, comprehensive help is available by specifying '-h' or '--help'
        to receive help on a sub command, use '-h' as above after the sub command itself
        
        * This app does not ship with a 'credentials.py' containing an app key, you will 
          need to register for one yourself at http://dev,twitter.com and create this module
          or place them in an 'auth.ini' in your users config dir (see appdirs module for more
          info on where this may be for each platform)
        
        
        .. :changelog:
        
        Release History
        ---------------
        
        0.1.2 (2015-09-27)
        ++++++++++++++++++
        
        - Updatign soem files and needed a version update
        
        0.1 (2015-09-25)
        ++++++++++++++++
        
        - Initial Release
        - Handles authorisation setup
        - Posts to twitter
        
        
        
Keywords: twitter streaming asyncio client
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications
Classifier: Topic :: Internet
