Visualize love for GNOME from twitter and see an integration of Scala and GTK+.
Scala
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
lib
src/main
.gitignore
GNOMETweetsOfLove.iml
LICENSE
README.md
build.sbt

README.md

GNOMETweetsOfLove

Visualize love for GNOME from twitter.

Motivation

See my blog post: GNOME Blogs | Lets get functional around GTK+

Setup and HowTo

  1. Install java 1.8, scala 2.11+
  2. Install sbt // Simple build tool for scala, Read more on the official docs
  3. Clone GNOMETweetsOfLove locally git clone https://github.com/sahilsareen/GNOMETweetsOfLove
  4. Run using cd LoveIsInTheAir && sbt package run <consumer key> <consumer secret> <access token> <access token secret> [<twitter gnome love filters>]

Example run

  1. Start app to stream tweets with filter for guadec
  2. Tweet: Twitter | SahilSareen1 Twitter tweet
  3. See the tweet in a GTK dialog box locally GTK dialog box with tweet

Contributing

  1. Generate a pull request
  2. Generate patches locally using: git format-patch -k HEAD~1 --stdout > SomeFix.patch and email patches to ssareen [AT] gnome [DOT] org

License

See License

Author

  • Sahil Sareen (ssareen [AT] gnome [DOT] org)