Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.
/ birding Public archive

Stream processing in Python of twitter searches using public APIs.

License

Notifications You must be signed in to change notification settings

Parsely/birding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c7f6eee · Dec 2, 2015
Aug 30, 2015
Nov 3, 2015
Nov 3, 2015
Dec 2, 2015
Sep 24, 2015
Nov 3, 2015
Sep 24, 2015
Aug 30, 2015
Sep 27, 2015
Sep 24, 2015
Jul 10, 2015
Jul 10, 2015
Jul 10, 2015
Nov 3, 2015
Jul 10, 2015

Repository files navigation

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.

Documentation

Interaction

Given a checkout of birding, to run birding in place, see Downloading and running birding.

Python Support

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