summaryrefslogtreecommitdiff
path: root/src/main/TweetShell.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/TweetShell.java')
-rw-r--r--src/main/TweetShell.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/TweetShell.java b/src/main/TweetShell.java
index a5114e2..a7738d5 100644
--- a/src/main/TweetShell.java
+++ b/src/main/TweetShell.java
@@ -263,6 +263,7 @@ public class TweetShell implements TwitterApi.PinSupplier {
System.out.println("Streaming is inactive.");
}
System.out.println("Received tweets in session: " + tc.getTweetCount());
+ System.out.println("Unique users: " + tc.getUsers().size());
break;
case close:
getStream().close();