New mini project up today. Following a request on Twitter from a researcher looking for a search application, I was curious and started writing my own. A few hours research (Mostly rebuilding git after a machine rebuild) and a basic design and program is ready to go. Although it has a few issues and some missing features, the tool takes a query from the command line and returns the 15 newest results. These are then outputted to a CSV file for later use. To take care of the heavy lifting, the Twitter4j library is used.
Want to try it or contribute it? Have a look at the repository.