summaryrefslogtreecommitdiff
path: root/tweet-archive.pl
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2018-06-29 14:57:47 +0100
committerdakkar <dakkar@thenautilus.net>2018-06-29 14:57:47 +0100
commit2ca0c78590a78a237669820ac225c378058d9b44 (patch)
treec5a1053fee334d6ff83860d66f8108368d2c676c /tweet-archive.pl
parentgiving up, just migrate the current set of people (diff)
downloadtweet-archive-migrate-to-Twitter-API.tar.gz
tweet-archive-migrate-to-Twitter-API.tar.bz2
tweet-archive-migrate-to-Twitter-API.zip
home_timeline worksmigrate-to-Twitter-API
no automatic cursor support yet, so friends/followers won't return the whole list
Diffstat (limited to 'tweet-archive.pl')
-rw-r--r--tweet-archive.pl4
1 files changed, 2 insertions, 2 deletions
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);