Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dustin/twitter-pub
- Owner: dustin
- Created: 2009-05-02T09:58:39.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-07-25T08:39:44.000Z (over 15 years ago)
- Last Synced: 2024-10-11T14:15:53.786Z (2 months ago)
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 6
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.tacEdit pub.tac to suit your needs (your xmpp service, twitter account,
etc...). Start it up (`-n` for foreground):twistd -ny pub.tac