this repo has no description
0
fork

Configure Feed

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

Documented favorites, closes #32

authored by

Simon Willison and committed by
GitHub
eb79f2e6 6ebd4826

+10
+10
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 + ## Retrieving favorited tweets 106 + 107 + 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: 108 + 109 + $ twitter-to-sqlite favorites faves.db 110 + 111 + You can also use the `--screen_name` or `--user_id` arguments to retrieve favorite tweets for another user: 112 + 113 + $ twitter-to-sqlite favorites faves-obama.db --screen_name=BarackObama 114 + 105 115 ## Retrieving Twitter list memberships 106 116 107 117 The `list-members` command can be used to retrieve details of one or more Twitter lists, including all of their members.