Shows how people on twitter are feeling, in real-time.
Go to file
Abhinav Sarkar 1fc35c8276 fixed README 2010-09-02 00:56:19 +05:30
resources/clj_twitter_feelings fixed the package of the resources 2010-09-02 00:49:34 +05:30
src/clj_twitter_feelings fixed the package of the resources 2010-09-02 00:49:34 +05:30
.gitignore First commit. Got everything working 2010-09-02 00:44:54 +05:30
README.md fixed README 2010-09-02 00:56:19 +05:30
project.clj First commit. Got everything working 2010-09-02 00:44:54 +05:30

README.md

clj-twitter-feelings

Shows how people on twitter are feeling, in real-time. Meant to be an example of a swing app in Clojure.

Usage

Download the standalone jar and run it like:

java -jar clj-twitter-feelings-1.0.0-standalone.jar

How it works

  • Access the twitter sample tweet stream
  • Find the feeling related adjectives in the tweet status and find their type (Positive, Neutral, Negative)
  • Keep the count of the adjective types in a sliding windows of tweets
  • Show the count on the UI

License

Copyright (C) 2010 Abhinav Sarkar abhinav@abhinavsarkar.net

Distributed under the Eclipse Public License, the same as Clojure.