Skip to content

v0.19.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 00:39
· 1 commit to main since this release

Breaking Changes

  • Changed raw API responses to return twscrape.Response instead of httpx.Response (#269, #308)

Features

  • Added optional curl-cffi HTTP backend for browser-like TLS fingerprinting, enabled with TWS_HTTP_BACKEND=curl after installing twscrape[curl] (#269, #308)

Fixes

  • Fixed GraphQL operation IDs and response parsing for current X API responses
  • Fixed x-client-transaction-id generation for X's current web bundle (#312, #313, by @Flaburgan)
  • Fixed retweeted originals appearing as duplicate top-level tweets in timelines (#310, #311, by @Flaburgan)

Improvements

  • Added anonymous GraphQL usage telemetry with opt-out via TWS_TELEMETRY=0

Full Changelog: v0.18.1...v0.19.0