From 2ca0c78590a78a237669820ac225c378058d9b44 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 29 Jun 2018 14:57:47 +0100 Subject: home_timeline works no automatic cursor support yet, so friends/followers won't return the whole list --- tweet-archive.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tweet-archive.pl') diff --git a/tweet-archive.pl b/tweet-archive.pl index 2424206..1882fc3 100644 --- a/tweet-archive.pl +++ b/tweet-archive.pl @@ -27,5 +27,5 @@ for my $tweet ($client->home_timeline($latest_id)->@*) { $store->store_tweet($tweet); } -$store->store_friends($client->friends); -$store->store_followers($client->followers); +#$store->store_friends($client->friends); +#$store->store_followers($client->followers); -- cgit v1.2.3