Metadata-Version: 1.1
Name: birdfeeder
Version: 0.0.2
Summary: A newslynx-opinionated wrapper around twython
Home-page: http://github.com/newslynx/birdfeeder
Author: Brian Abelson
Author-email: brian@newslynx.org
License: MIT
Description: |travis-img| birdfeeder ====== *A newslynx-opinionated wrapper around
        twython*
        
        Install
        -------
        
        ::
        
            pip install birdfeeder
        
        Test
        ----
        
        Requires ``nose``
        
        ::
        
            nosetests
        
        Usage
        -----
        
        ``birdfeeder`` simplifies ``twython`` by taking care of alot the common
        problems in working with the Twitter API, including: \* authentication
        
        -  pagination
        -  rate limiting
        -  url unshortening
        -  error handling
        
        Thus far, we've implemented 4 methods: ``search``, ``list_timeline``,
        ``user_timeline``, and ``user_stats``:
        
        ``birdfeeder.search``
        ~~~~~~~~~~~~~~~~~~~~~
        
        \`\`\`python from birdfeeder import search, connect
        
        tweets = search(q)
        
        .. |travis-img| image:: https://travis-ci.org/newslynx/birdfeeder.svg
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
