(use virtualenv if you know it..)
export TWITTER_CONSUMER_KEY=<your_key>
export TWITTER_CONSUMER_SECRET=<your_secret>
pip install -f requirements.txt
python server.py
http://localhost:5000/- render sample contenthttp://localhost:5000/<twitter_username>- render real content from Twitter
