Add help message info for 'get_followers' and 'get_followees'

This commit is contained in:
Alessio 2024-03-22 21:34:38 -07:00
parent 4e0efd8cf9
commit 2e1c851e04

View File

@ -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
<TARGET> 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).