summaryrefslogtreecommitdiff
path: root/tweet-archive.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tweet-archive.pl')
-rw-r--r--tweet-archive.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tweet-archive.pl b/tweet-archive.pl
index 170c6af..2424206 100644
--- a/tweet-archive.pl
+++ b/tweet-archive.pl
@@ -26,3 +26,6 @@ my $latest_id = $store->latest_tweet_id;
for my $tweet ($client->home_timeline($latest_id)->@*) {
$store->store_tweet($tweet);
}
+
+$store->store_friends($client->friends);
+$store->store_followers($client->followers);