This release includes a new dehydrate command for turning tweets into tweet id datasets.
twarc2 dehydrate tweets.jsonl > ids.txt
It also includes improvements to progress bar and user lookup behavior.
2.3.12
A bugfix release so that start-time is not inferred when searching with --archive and also using --until-id.
2.3.11
This release includes:
* improved handling of user ids and invalid usernames when reading data using the timelines command * progress bar display when using the counts command * better date handling when using the --archive option with counts
2.3.10
This is another attempt at handling exceptions during streaming in a more straightforward way without using decorators2.catch_request_exceptions 505.
2.3.9
This bugfix release adds some additional handling of exceptions for accessing streaming endpoints when running `twarc2 stream` and `twarc2 sample`. See 505 for the details.