Skip to content

quantrocket/pulsar-twitter

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 86.1%
  • JavaScript 9.0%
  • HTML 4.9%