ARush
ARush is a #hashtag filterable post wall for the App.net platform
Demo
Installation
Install and start Redis
Create virtualenv python env
virtualenv --no-site-packages virtualenv
Switch into created virtualenv
source ./virtualenv/bin/activate
Install python requirements in a virtualenv
pip install -r requirements.txt
Edit settings.py and your torndo websocket server in static/js/config.coffee (websocketServerURL)
Run tornado web and socketserver
arush/server.py
Start post collector
arush/collector.py