twarc

A command line tool (and Python library) for archiving Twitter JSON

MIT License

Downloads
68.2K
Stars
1.4K
Committers
69

Bot releases are hidden (Show)

twarc - v2.14.0 Latest Release

Published by igorbrigadir over 1 year ago

What's Changed

Small fix to add missing fields for blue verified in both v1.1 and v2.

Full Changelog: https://github.com/DocNow/twarc/compare/v2.13.0...v2.14.0

twarc - v2.13.0

Published by edsu almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/DocNow/twarc/compare/v2.12.0...v2.13.0

twarc - v2.12.0

Published by edsu about 2 years ago

What's Changed

Full Changelog: https://github.com/DocNow/twarc/compare/v2.11.3...v2.12.0

twarc - v2.11.3

Published by edsu about 2 years ago

What's Changed

Full Changelog: https://github.com/DocNow/twarc/compare/v2.11.2...v2.11.3

twarc - Release v2.11.2

Published by SamHames about 2 years ago

This is a small bug fix release for an issue with progress bars being used incorrectly when reading data from stdin: #652.

twarc - v2.11.1

Published by edsu over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/DocNow/twarc/compare/v2.10.4...v2.11.1

twarc - v2.11.0

Published by edsu over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/DocNow/twarc/compare/v2.10.4...v2.11.0

twarc - v2.10.4

Published by SamHames over 2 years ago

This release contains two bug fixes:

  • A fix to the ensure_flattened function that handles valid API responses that contain errors, but no data #627
  • A fix to the v1.1 user_lookup function that raises a useful error when a string is passed, preventing the lookup of single character usernames. Thanks to @hauselin.
twarc - v2.10.3

Published by SamHames over 2 years ago

This release fixes two issues:

  • reports a meaningful error when the timeline command is called for a user that doesn't exist
  • correctly handles counts when querying for a user that doesn't exist
twarc - v2.10.2

Published by edsu over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/DocNow/twarc/compare/v2.10.1...v2.10.2

twarc - v2.10.1

Published by SamHames over 2 years ago

This fixes the issue with the searches command not handling an empty file correctly reported in #612.

twarc - v2.10.0

Published by SamHames over 2 years ago

This release adds support for:

  • all of the list related endpoints via the twarc2 lists subcommands and associated client methods.
  • the new quote tweet endpoint via the twarc2 quotes command and associated client methods.
twarc - v2.9.5

Published by edsu over 2 years ago

This release adds a workaround for a bug in Twitter's Counts API endpoint which was resulting in the twarc2 counts command stopping prematurely. Thanks to @melaniewalsh and @SamHames for the detective work! See #602 for the story.

twarc - v2.9.4

Published by SamHames over 2 years ago

This release is functionally identical to v2.9.3, which contained a bugfix for an issue with the streaming API raising an exception and stopping early.

Due to a mistake in the release process v2.9.3 wasn't deployed to PyPI. Rather than edit history to re-release that version, this new release is being made instead.

twarc - v2.9.3

Published by SamHames over 2 years ago

This version fixes a bug in the twarc2 sample command, that would cause an exception to be raised when trying to log a non-existent tweet ID.

twarc - v2.9.2

Published by edsu over 2 years ago

This release includes new functionality to provide a User-Agent HTTP header with all Twitter API requests. For example:

twarc/2.9.2 (Darwin x86_64) CPython/3.10.1
twarc - v2.9.1

Published by edsu over 2 years ago

Updated version number.

twarc - v2.9.0

Published by SamHames over 2 years ago

What's Changed

Full Changelog: https://github.com/DocNow/twarc/compare/v2.8.3...v2.9.0

twarc - v2.8.3

Published by SamHames almost 3 years ago

Fixes an issue where twarc was not correctly handling the 1 request/s rate limit for the search/all endpoint. Also includes better handling and error messages of situations when that rate limit is hit.

twarc -

Published by edsu almost 3 years ago

This release includes some improvements to how the mandatory the mandatory one
second sleep between requests to the search api is handled with some of the
twarc2 commands. See #575 for details.