this repo has no description
0
fork

Configure Feed

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

Document the use of --stop_after with favorites, refs #20

Thanks, @mikepqr

authored by

Mike Lee Williams and committed by
GitHub
b6a4da8b 10dddcc2

+4
+4
README.md
··· 152 152 153 153 $ twitter-to-sqlite favorites faves-obama.db --screen_name=BarackObama 154 154 155 + Use the `--stop_after=xxx` argument to retrieve only the most recent number of favorites, e.g. to get the authenticated user's 50 most recent favorites: 156 + 157 + $ twitter-to-sqlite favorites faves.db --stop_after=50 158 + 155 159 ## Retrieving Twitter lists 156 160 157 161 The `lists` command retrieves all of the lists belonging to one or more users.