···102102103103See [Analyzing my Twitter followers with Datasette](https://simonwillison.net/2018/Jan/28/analyzing-my-twitter-followers/) for the original inspiration for this command.
104104105105+## Retrieving favorited tweets
106106+107107+The `favorites` command retrieves tweets that have been favorited by a specified user. Called without any extra arguments it retrieves tweets favorited by the currently authenticated user:
108108+109109+ $ twitter-to-sqlite favorites faves.db
110110+111111+You can also use the `--screen_name` or `--user_id` arguments to retrieve favorite tweets for another user:
112112+113113+ $ twitter-to-sqlite favorites faves-obama.db --screen_name=BarackObama
114114+105115## Retrieving Twitter list memberships
106116107117The `list-members` command can be used to retrieve details of one or more Twitter lists, including all of their members.