Skip to content

Commit

Permalink
Retweets
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Dec 27, 2018
1 parent 47fdbf3 commit 4713e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/riskfirst/twitter/Tweeter.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static void main(String[] args) throws Exception {
potentialRetweets.addAll(retweets);

RetweetSource searchSource = new SavedSearchRetweetSource(twitter);
retweets = searchSource.getRandomTweets(amount("searches", 2));
retweets = searchSource.getRandomTweets(amount("searches", 4));
potentialRetweets.addAll(retweets);

for (StatusUpdate statusUpdate : potentialTweets) {
Expand Down

0 comments on commit 4713e1c

Please sign in to comment.