From e6c5d4d1048fbae38043b3854bb1819f5ccea9e4 Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 23 May 2023 07:55:42 +0000 Subject: twitter friends stopped working ages ago --- tweet-archive.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweet-archive.pl b/tweet-archive.pl index 64e5525..bac22c5 100644 --- a/tweet-archive.pl +++ b/tweet-archive.pl @@ -41,7 +41,7 @@ if ($conf->{twitter} && $conf->{twitter}{enabled}) { $store->store_tweet($tweet); } - $store->store_twitter_friends($client->friends); + #$store->store_twitter_friends($client->friends); $store->store_twitter_followers($client->followers); } catch ($e) { -- cgit v1.2.3