marcua / tweeql

TweeQL is a Query Language for Tweets: SELECT brand(text) AS brand, sentiment(text) AS sentiment FROM twitter_sample;

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

settings.py curl instructions result in redirect

jhellerstein opened this issue · comments

running

curl https://github.com/marcua/tweeql/raw/master/settings.py.template

results in

<html><body>You are being <a href="https://raw.github.com/marcua/tweeql/master/settings.py.template">redirected</a>.</body></html>

Thanks! Just fixed with latest commit.