https://github.com/cramforce/streamie
An extremely hackable full realtime twitter client
https://github.com/cramforce/streamie
Last synced: 3 months ago
JSON representation
An extremely hackable full realtime twitter client
- Host: GitHub
- URL: https://github.com/cramforce/streamie
- Owner: cramforce
- License: other
- Archived: true
- Created: 2010-08-23T20:36:17.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-04-02T20:19:46.000Z (almost 12 years ago)
- Last Synced: 2024-08-05T09:13:21.950Z (7 months ago)
- Language: JavaScript
- Homepage: http://streamie.org
- Size: 1.36 MB
- Stars: 493
- Watchers: 17
- Forks: 136
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Streamie #
To try out Streamie go to
For hacking on Streamie, see:
## Setup ##
* use node.js version 0.2.x
* `sudo sh deps`
* Go to [dev.twitter.com](http://dev.twitter.com/) and get oAuth secrets for local.streamie.org
* `cp config.sample.json config.json` and edit config.json
* `cd lib/`
* `mkdir data`
* `node server.js`
* Edit your /etc/hosts file and map local.streamie.org to 127.0.0.1
*
* Now post anything, favorite, etc. Comes up almost before the UI finishes processing.