From d7d933d95deb241288ca7e3cd4a93b61b51bd0d1 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 22 Apr 2017 13:34:51 +0100 Subject: store friends / followers --- tweet-archive.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tweet-archive.pl') 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); -- cgit v1.2.3