Skip to content

twarc2 timeline --no-context-annotations not pulling 500 tweets #687

@mr-devs

Description

@mr-devs

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).

image

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.

image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugcliIssues with command line interface

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions