From 15cd960f9caa0f7536ea915704ae66fdb7100143 Mon Sep 17 00:00:00 2001 From: Andrew Yates Date: Wed, 13 Nov 2013 12:21:08 -0500 Subject: [PATCH] add readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c41e82a --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Summary +Hosebird client for storing Tweets from the [English-speaking parts of North America](https://andrewyates.net/boundingbox.html?sw=24.846565,-166.992188&ne=70.020587,-53.789063) (using Twitter's statuses/filter API). + +# Usage +1. Edit consumer.key, consumer.secret, access.token, access.token.secret, and output.directory in *pom.xml* +2. Build: mvn install +3. Run: mvn exec:java