Twitter Bot with sentiments
- Stream tweets filtering for topics or users
- Compute Sentiment via MachineBox (Needs MachineBox Url)
make build
Get your credentials to use twitter api at http://apps.twitter.com
export TWITTER_CONSUMER_KEY=
export TWITTER_CONSUMER_SECRET=
export TWITTER_ACCESS_TOKEN=
export TWITTER_ACCESS_TOKEN_SECRET=
./tweety -textFilter "#cats"
./tweety -textFilter "#cats" -classify -mbHost "http://localhost:80
90"
./tweety -textFilter "#cats|#dogs" -locationFilter "-74,40,-73,41" -userFilter "userId" -classify -mbHost "http://localhost:80
90"
Checkout https://machinebox.io.