Metadata-Version: 1.1
Name: pulsar-twitter
Version: 0.1.0
Summary: Twitter consumer for pulsar queue
Home-page: https://github.com/quantmind/pulsar-twitter
Author: Luca Sbardella
Author-email: luca@quantmind.com
License: BSD
Description: :Badges: |license|  |pyversions| |status| |pypiversion|
        :Master CI: |master-build| |coverage-master|
        :Downloads: http://pypi.python.org/pypi/pulsar-twitter
        :Source: https://github.com/quantmind/pulsar-twitter
        :Mailing list: `google user group`_
        :Design by: `Quantmind`_ and `Luca Sbardella`_
        :Platforms: Linux, OSX, Windows. Python 3.5 and above
        :Keywords: server, asynchronous, concurrency, queue, twitter, redis
        
        
        .. |pypiversion| image:: https://badge.fury.io/py/pulsar-twitter.svg
          :target: https://pypi.python.org/pypi/pulsar-twitter
        .. |pyversions| image:: https://img.shields.io/pypi/pyversions/pulsar-twitter.svg
          :target: https://pypi.python.org/pypi/pulsar-twitter
        .. |license| image:: https://img.shields.io/pypi/l/pulsar-twitter.svg
          :target: https://pypi.python.org/pypi/pulsar-twitter
        .. |status| image:: https://img.shields.io/pypi/status/pulsar-twitter.svg
          :target: https://pypi.python.org/pypi/pulsar-twitter
        .. |downloads| image:: https://img.shields.io/pypi/dd/pulsar-twitter.svg
          :target: https://pypi.python.org/pypi/pulsar-twitter
        .. |master-build| image:: https://img.shields.io/travis/quantmind/pulsar-twitter/master.svg
          :target: https://travis-ci.org/quantmind/pulsar-twitter
        .. |coverage-master| image:: https://coveralls.io/repos/github/quantmind/pulsar-twitter/badge.svg?branch=master
          :target: https://coveralls.io/github/quantmind/pulsar-twitter?branch=master
        
        A `pulsar-queue`_ plugin to stream and process tweets from Twitter.
        
        Setup
        ---------
        
        This library requires pulsar-queue_ and `oauthlib`_ and can be installed via pip::
        
            pip install pulsar-twitter
        
        
        Accounts
        ------------
        
        This application can be configured to hoock into multiple accounts:
        
        .. code:: javascript
        
            [
                {
                    "access_token": "Access token",
                    "access_token_secret": "Access token secret",
                    "stream_filter": {
                        "track": "python,javascript",
                        "follow": "quantmind,lsbardel"
                    }
                },
                ...
            ]
        
        
        .. _`pulsar-queue`: https://github.com/quantmind/pulsar-queue
        .. _`oauthlib`: https://pypi.python.org/pypi/oauthlib
        .. _`google user group`: https://groups.google.com/forum/?fromgroups#!forum/python-pulsar
        .. _`Luca Sbardella`: http://lucasbardella.com
        .. _`Quantmind`: http://quantmind.com
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
