Skip to content

v0.6.1

Compare
Choose a tag to compare
@edsu edsu released this 02 Apr 13:24
· 1374 commits to main since this release

This release includes a new command line option --result_type for search operations. It currently only applies to search operations:

% twarc.py --search obama --result_type recent

Possible values are recent, mixed and popular. The default value is recent. For more information about the meaning of these value please consult the Twitter Search API documentation.

The result_type is also made available programmatically as a parameter on the Twarc.search method. Thanks to @dchud for this contribution.