Metadata-Version: 1.1
Name: twitterbot-utils
Version: 0.0.13
Summary: wrapper around the Tweepy
Home-page: https://github.com/strizhechenko/twitterbot_utils
Author: Oleg Strizhechenko
Author-email: oleg.strizhechenko@gmail.com
License: GPL
Description: Twitterbot utils
        
        Useful functions for everyone who want to write one more xxx everyword bot.
        
        By the `Oleg Strizhechenko <oleg.strizhechenko@gmail.com>`_
        
        ============
        Introduction
        ============
        
        This library provides bunch of functions for tasks on creating twitter bots.
        
        ==========
        Installing
        ==========
        
        You can install twitterbot-utils using::
        
            $ pip install twitterbot-utils
        
        ================
        Getting the code
        ================
        
        The code is hosted at https://github.com/strizhechenko/twitterbot_utils
        
        Check out the latest development version anonymously with::
        
            $ git clone git://github.com/strizhechenko/twitterbot_utils.git
            $ cd twitterbot_utils
        
        Setup a virtual environment and install dependencies:
        
        	$ make env
        
        Activate the virtual environment created:
        
        	$ source env/bin/activate
        
        =============
        Running Tests
        =============
        No test on current state avaible.
        
        =============
        Documentation
        =============
        
        No documentation on current state avaible.
        
        =====
        TODO
        =====
        
        Usage, docs, tests.
        
Keywords: twitter api bot
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
