| Badges: | |
|---|---|
| Master CI: | |
| 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.
This library requires pulsar-queue and oauthlib and can be installed via pip:
pip install pulsar-twitter
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"
}
},
...
]