···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+106106+## Retrieving friends
107107+108108+The `friends` command works like the `followers` command, but retrieves the specified (or currently authenticated) user's friends - defined as accounts that the user is following.
109109+110110+ $ twitter-to-sqlite friends twitter.db
111111+112112+It takes the same options as the `followers` command.
113113+105114## Retrieving favorited tweets
106115107116The `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: