From 2e1c851e042bb8b29a6fb866581dee42824bddf4 Mon Sep 17 00:00:00 2001 From: Alessio Date: Fri, 22 Mar 2024 21:34:38 -0700 Subject: [PATCH] Add help message info for 'get_followers' and 'get_followees' --- cmd/twitter/help_message.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cmd/twitter/help_message.txt b/cmd/twitter/help_message.txt index 6dc92c0..e8695d0 100644 --- a/cmd/twitter/help_message.txt +++ b/cmd/twitter/help_message.txt @@ -56,6 +56,12 @@ This application downloads tweets from twitter and saves them in a SQLite databa Gets the most recent ~50 "likes". If "get_user_tweets_all" is used, gets up to ~3200 "liked" tweets (API limit). + get_followers + get_followees + is the user handle of whose followers/followees to get. + "get_followers" gets the list of people following that user. + "get_followees" gets the list of people that user is following. + fetch_timeline fetch_timeline_following_only Fetch the logged-in user's timeline (home feed).