Get user twitter home timeline, process them through
sentiment analysis using Alchemy API on Bluemix and
send to the Cloudfound DB.
What?
Junction 2015 hackathon
Deploy
- Register to IBM Bluemix
- Clone repo:
git clone git@github.com:zaynetro/tweets-sentiment-analysis.git
- Compile:
make
- Update
manifest.yml
file to meet your needs - Connect to bluemix cli:
cf login
- Deploy to Bluemix:
cf deploy
NOTE: You also need to set up additional services:
- Cloudfound DB
- Alchemy API
- Twitter API application
and set environment variables as defined in config.go
LICENSE: MIT