Metadata-Version: 1.1
Name: twutil
Version: 0.1.8
Summary: Utilities for manipulating tweets
Home-page: https://github.com/tapilab/twutil
Author: Aron Culotta
Author-email: aronwc@gmail.com
License: BSD
Description: twutil
        ======
        
        A set of utilities for handling Twitter data.
        
        Installing
        ----------
        
        ``pip install twutil``
        
        Twitter API calls rely on the
        `TwitterAPI <https://github.com/geduldig/TwitterAPI>`__ Python library.
        
        To use OAuth, you'll need to set the following environmental variables:
        
        | ``TW_CONSUMER_KEY``
        | ``TW_CONSUMER_SECRET``
        | ``TW_ACCESS_TOKEN``
        | ``TW_ACCESS_TOKEN_SECRET``
        
        
        
        
        History
        -------
        
        0.1.8 (2014-12-08)
        ++++++++++++++++++
        * Get members of a Twitter list
        * Improvements to tokenizer.
        * Lookup screen names in bulk.
        
        
        0.1.7 (2014-05-15)
        ++++++++++++++++++
        * Fetch followers
        * Enhanced error handling
        * Bug fixes
        
        0.1.6 (2014-05-02)
        ++++++++++++++++++
        * Update versions
        
        
        0.1.5 (2014-05-02)
        ++++++++++++++++++
        * Bug fixes
        * Skip missing users
        
        0.1.4 (2014-05-02)
        ++++++++++++++++++
        * Bug fixes
        * Fail more gracefully
        
        0.1.3 (2014-05-01)
        ++++++++++++++++++
        * Small doc changes
        
        
        0.1.2 (2014-05-01)
        ++++++++++++++++++
        
        * Switch to TwitterAPI
        * Support search and track by user
        * rename api module to collect
        
        0.1.0 (2014-03-29)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: twutil
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
