v0.6.1
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.