# twitter-pub **Repository Path**: mirrors_dustin/twitter-pub ## Basic Information - **Project Name**: twitter-pub - **Description**: Simple service to publish a twitter stream to an XMPP pubsub node. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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