For any number greater than 200, favorites --stop_after stops after getting 200 tweets, e.g.
$ twitter-to-sqlite favorites tweets.db --stop_after=300
Importing favorites [####################################] 199
$
I don't think this is a limitation of the API (if you omit --stop_after you get some very large number, possibly all of them), so I think this is a bug.
For any number greater than 200,
favorites --stop_afterstops after getting 200 tweets, e.g.I don't think this is a limitation of the API (if you omit
--stop_afteryou get some very large number, possibly all of them), so I think this is a bug.