quantmind / pulsar-twitter

Pulsar queue plugin to stream tweets from Twitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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:

[
    {
        "access_token": "Access token",
        "access_token_secret": "Access token secret",
        "stream_filter": {
            "track": "python,javascript",
            "follow": "quantmind,lsbardel"
        }
    },
    ...
]

About

Pulsar queue plugin to stream tweets from Twitter

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 86.1%Language:JavaScript 9.0%Language:HTML 4.9%