Crowdsourced Annotation Tool for Twitter Sentiment
Install Meteor.js if you haven't already:
curl https://install.meteor.com/ | sh
Go to https://apps.twitter.com/ and register an app. Export your key and secret:
export CATTS_CONSUMER_KEY="my-app-key"
export CATTS_CONSUMER_SECRET="my-app-secret"
You probably want to put these two lines in you ~/.bashrc
or similar for convenience.
Then install the project:
git clone git@github.com:draperunner/catts.git
cd catts
npm install
meteor