-
Notifications
You must be signed in to change notification settings - Fork 255
Open
Labels
Description
I am running the following command with twarc version 2.13.0 (with academic level access):
# Pulls my own timeline
twarc2 timeline --no-context-annotations 1312850357555539972 test.json
Based on running
twarc2 timeline --help
setting --no-context-annotations "makes --max-results 500 the default." Unfortunately, I can see in the twarc.log output that max-results paramater is still equal to 100. Below is a screenshot of the entire process (aborted after a few calls).
I think based on the code here it looks like this is only true if utilizing the full archive method.
That said, I tested using the --use-search flag as well, which doesn't seem to correct the issue. See screenshot below.
I think that perhaps the message just needs to be updated as it looks like the 500 option is no longer an option (based on Twitter API reference).
Thoughts?

