Skip to content

Releases: DocNow/twarc

v2.0.9

29 Apr 14:55
4c2d228
Compare
Choose a tag to compare

This bugfix release includes code to respect the 1 request / 1 second limit on the search/all endpoint #445 and also a fix for exceptions involving JSON decode errors #441

v2.0.8

25 Apr 22:20
e4c843a
Compare
Choose a tag to compare

Pagination should guard against responses that lack a "meta" property.

v2.0.7

25 Apr 11:24
acbf83e
Compare
Choose a tag to compare

Improved logging when error messages from Twitter are not JSON.

v2.0.6

15 Apr 23:35
cf1cb67
Compare
Choose a tag to compare

When users are searching the full archive the default --start-date is set to the Twitter Epoch (2006-03-21). Without this it will default to the month prior to whatever the --end-date is, which can lead to confusion when users think they are searching everything. See #434 for context.

v2.0.5

10 Apr 12:21
b74be84
Compare
Choose a tag to compare

This is a bugfix release to handle twarc configure when running on a brand new Ubuntu operating system as root when /root/.config doesn't exist yet. #431

v2.0.4

10 Apr 12:20
7a49251
Compare
Choose a tag to compare

This release includes a small enhancement to allow flattening already flattened data. It should turn twarc.expansions.flatten into a no-op when given already flattened data.

v2.0.3

07 Apr 20:16
79683aa
Compare
Choose a tag to compare

A small bugfix release to hide secret codes from terminal during configuration for demos and whatnot.

v2.0.2

07 Apr 15:02
428f87a
Compare
Choose a tag to compare

Another bugfix release to bundle the docs/README.md with the twarc PyPI tarball so setup.py doesn't choke when people pip install twarc.

v2.0.1

07 Apr 15:01
c18299a
Compare
Choose a tag to compare

A bugfix release that should allow twarc to be pip installable again from PyPI.

v2.0.0

07 Apr 11:47
ba054d9
Compare
Choose a tag to compare

v2.0.0 is a big effort by many to support the new Twitter v2 API. When you install twarc now you will continue to have the twarc command line as you did before, but there will be a new command twarc2 for interacting with the v2 API. Consult the documentation to see how it works!

twarc2 --help

It is worth noting that there is now documentation on ReadTheDocs and there is a new mechanism for extending the twarc2 command with plugins.