Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dustin/twitter-pub

Simple service to publish a twitter stream to an XMPP pubsub node.
https://github.com/dustin/twitter-pub

Last synced: about 2 months ago
JSON representation

Simple service to publish a twitter stream to an XMPP pubsub node.

Awesome Lists containing this project

README

        

# Twitter Publisher

This is just a sample project using twitty-twister and wokkel to
publish a twitter realtime stream (e.g. spritzer, gardenhose or
firehose) via xmpp pubsub.

# How Do I Do It?

git clone git://github.com/dustin/twitter-pub.git
cd twitter-pub
git submodule init
git submodule update
cp pub.tac.in pub.tac

Edit pub.tac to suit your needs (your xmpp service, twitter account,
etc...). Start it up (`-n` for foreground):

twistd -ny pub.tac