Releases: DocNow/twarc
v2.4.1
This release includes support for requesting the new alt_text
field for media from Twitter's v2 API:
https://twittercommunity.com/t/media-alt-text-field-now-available-in-twitter-api-v2/157939
v2.4.0
v2.3.12
v2.3.11
v2.3.10
v2.3.9
v2.3.8
This bugfix release reuses twarc.decorators2.catch_request_exceptions in the
context of streaming responses (twarc2 sample and twarc2 stream) that use the response.iter_lines
method. Hopefully this will address #505 but it will require testing by people who continue seeing
the error in the wild.
v2.3.7
v2.3.7 includes new functionality that adds progress bars for twarc2 commands like search, hydrate, timeline and more. These visual indications of how much data has been collected and how much there is to go are extremely useful in data collection jobs. Progress bars display by default when you instruct twarc to write output to a file (#490).
Additionally there is new code to catch 503 Twitter API errors that have recently been occurring much more regularly (#499). Apparently a big reason for these errors was the load that requesting 500 tweets from the search/all endpoint while also asking for context annotations. Twitter recently announced they were no longer making context annotations available for requests asking for more than 100 tweets. Since it's one of twarc's design principles to maximize the representation of tweets the search command has been adjusted to default to 100 now instead of 500, at least for the time being (#504).