this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation for friends, closes #31

+9
+9
README.md
··· 102 102 103 103 See [Analyzing my Twitter followers with Datasette](https://simonwillison.net/2018/Jan/28/analyzing-my-twitter-followers/) for the original inspiration for this command. 104 104 105 + 106 + ## Retrieving friends 107 + 108 + 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. 109 + 110 + $ twitter-to-sqlite friends twitter.db 111 + 112 + It takes the same options as the `followers` command. 113 + 105 114 ## Retrieving favorited tweets 106 115 107 116 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: