Socket
Socket
Sign inDemoInstall

birding

Package Overview
Dependencies
0
Maintainers
3
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    birding

Stream twitter searches using the public API.


Maintainers
3

Readme

birding: public API twitter search stream

Overview

birding is an open source project to produce a stream of recent twitter_ activity based on a sequence of search terms, using only twitter's public APIs. It serves as both a standalone project and a demo of distributed real-time computing with Python using Storm_/streamparse_ and Kafka_/pykafka_.

Dependencies are fully automated; in a birding checkout, run with::

make run

See the docs (below) for a full discussion of birding, including how to use birding in an existing streamparse project.

To discuss this project, join the streamparse user group_.

.. _twitter: https://twitter.com .. _twitter's public APIs: https://dev.twitter.com/rest/public .. _Storm: http://storm.apache.org .. _Python: http://python.org .. _Kafka: http://kafka.apache.org .. _streamparse: https://github.com/Parsely/streamparse .. _pykafka: https://github.com/Parsely/pykafka .. _streamparse user group: https://github.com/Parsely/streamparse#user-group

Documentation

  • HEAD <http://birding.readthedocs.org/en/master/>_
  • Stable <http://birding.readthedocs.org/en/stable/>_

Interaction

Given a checkout of birding, to run birding in place, see Downloading and running birding <http://birding.readthedocs.org/en/master/solo.html>_.

Python Support

The birding project uses Python 2.7 and will also support Python 3.4+ when underlying dependencies support Python 3.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc