GNOMETweetsOfLove
Visualize love for GNOME from twitter.
Motivation
See my blog post: GNOME Blogs | Lets get functional around GTK+
Setup and HowTo
- Install java 1.8, scala 2.11+
- Install sbt // Simple build tool for scala, Read more on the official docs
- Clone GNOMETweetsOfLove locally
git clone https://github.com/sahilsareen/GNOMETweetsOfLove - Run using
cd LoveIsInTheAir && sbt package run <consumer key> <consumer secret> <access token> <access token secret> [<twitter gnome love filters>]
Example run
- Start app to stream tweets with filter for
guadec - Tweet: Twitter | SahilSareen1
- See the tweet in a GTK dialog box locally
Contributing
- Generate a pull request
- Generate patches locally using:
git format-patch -k HEAD~1 --stdout > SomeFix.patchand email patches to ssareen [AT] gnome [DOT] org
- Stick to the scala style guide
License
See License
Author
- Sahil Sareen (ssareen [AT] gnome [DOT] org)

